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