roozeec/argocd-app-configpublic Fork 0
2533903
Commits
Clone
git clone https://git.rickub.com/roozeec/argocd-app-config.git
git clone ssh://git@rickub.com/roozeec/argocd-app-config.git

Fix

Nana Janashia committed 2021-10-10T18:40:35+02:00 Browse files
2533903 parent: bc68f0c
modified dev/deployment.yaml +2 -2
@@ -1,7 +1,7 @@
11 apiVersion: apps/v1
22 kind: Deployment
33 metadata:
4- name: myapp
4+ name: myapp-deployment
55 spec:
66 selector:
77 matchLabels:
@@ -10,7 +10,7 @@ spec:
1010 template:
1111 metadata:
1212 labels:
13- app: myapp-deployment
13+ app: myapp
1414 spec:
1515 containers:
1616 - name: myapp
@@ -1,7 +1,7 @@
1 apiVersion: apps/v11 apiVersion: apps/v1
2 kind: Deployment2 kind: Deployment
3 metadata:3 metadata:
4- name: myapp4+ name: myapp-deployment
5 spec:5 spec:
6 selector:6 selector:
7 matchLabels:7 matchLabels:
@@ -10,7 +10,7 @@ spec:
10 template:10 template:
11 metadata:11 metadata:
12 labels:12 labels:
13- app: myapp-deployment13+ app: myapp
14 spec:14 spec:
15 containers:15 containers:
16 - name: myapp16 - name: myapp