roozeec/argocd-app-configpublic Fork 0
de0de8b64205a7912d3ed6f2330308719c395018
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 de0de8b64205a7912d3ed6f2330308719c395018 · 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