From 8046d35db7d356ba24ced3ffbe117f45736b3e75 Mon Sep 17 00:00:00 2001 From: geekboy1011 Date: Thu, 8 Sep 2022 22:21:38 -0400 Subject: [PATCH] T --- ApplicationSet/set.yaml | 1 + Test/deploy.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/ApplicationSet/set.yaml b/ApplicationSet/set.yaml index 6c6cdcb..06f82ea 100644 --- a/ApplicationSet/set.yaml +++ b/ApplicationSet/set.yaml @@ -10,6 +10,7 @@ spec: owner: geekbozu # The Github repository repo: argocd-example-apps + requeueAfterSeconds: 15 template: metadata: name: 'myapp-{{branch}}-{{number}}' diff --git a/Test/deploy.yaml b/Test/deploy.yaml index a1cad64..ce9cff4 100644 --- a/Test/deploy.yaml +++ b/Test/deploy.yaml @@ -1,20 +1,20 @@ apiVersion: apps/v1 kind: Deployment metadata: - name: networkme + name: guestbook-ui spec: replicas: 1 revisionHistoryLimit: 3 selector: matchLabels: - app: networkme + app: guestbook-ui template: metadata: labels: - app: networkme + app: guestbook-ui spec: containers: - - image: praqma/network-multitool - name: net + - image: gcr.io/heptio-images/ks-guestbook-demo:0.2 + name: guestbook-ui ports: - containerPort: 80 \ No newline at end of file