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

Update service.yaml

Nana Janashia committed 2021-10-11T09:33:05Z Browse files
338e479 parent: cbaf0dd
modified dev/service.yaml +1 -1
@@ -6,7 +6,7 @@ spec:
66 selector:
77 app: myapp
88 ports:
9- - port: 8090
9+ - port: 8080
1010 protocol: TCP
1111 targetPort: 8080
1212
@@ -6,7 +6,7 @@ spec:
6 selector:6 selector:
7 app: myapp7 app: myapp
8 ports:8 ports:
9- - port: 80909+ - port: 8080
10 protocol: TCP10 protocol: TCP
11 targetPort: 808011 targetPort: 8080
12 12