Browse Source

T

pull/157/head
geekboy1011 3 years ago
parent
commit
8046d35db7
  1. 1
      ApplicationSet/set.yaml
  2. 10
      Test/deploy.yaml

1
ApplicationSet/set.yaml

@ -10,6 +10,7 @@ spec:
owner: geekbozu owner: geekbozu
# The Github repository # The Github repository
repo: argocd-example-apps repo: argocd-example-apps
requeueAfterSeconds: 15
template: template:
metadata: metadata:
name: 'myapp-{{branch}}-{{number}}' name: 'myapp-{{branch}}-{{number}}'

10
Test/deploy.yaml

@ -1,20 +1,20 @@
apiVersion: apps/v1 apiVersion: apps/v1
kind: Deployment kind: Deployment
metadata: metadata:
name: networkme name: guestbook-ui
spec: spec:
replicas: 1 replicas: 1
revisionHistoryLimit: 3 revisionHistoryLimit: 3
selector: selector:
matchLabels: matchLabels:
app: networkme app: guestbook-ui
template: template:
metadata: metadata:
labels: labels:
app: networkme app: guestbook-ui
spec: spec:
containers: containers:
- image: praqma/network-multitool - image: gcr.io/heptio-images/ks-guestbook-demo:0.2
name: net name: guestbook-ui
ports: ports:
- containerPort: 80 - containerPort: 80
Loading…
Cancel
Save