roozeec/argocd-app-configpublic Fork 0
e49ceb5d4127f9a4879599549c42e398f9b60fd7
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 338e479 · on e49ceb5d4127f9a4879599549c42e398f9b60fd7 · Nana Janashia · Oct 11, 2021
service.yaml · 12 lines · 160 BYAML Blame HistoryRaw
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
apiVersion: v1
kind: Service
metadata:
  name: myapp-service
spec:
  selector:
    app: myapp
  ports:
  - port: 8080
    protocol: TCP
    targetPort: 8080