Files
gitops-argocd/sealed-secret/service.yaml
2022-11-05 17:08:45 +05:30

17 lines
248 B
YAML

apiVersion: v1
kind: Service
metadata:
creationTimestamp: null
labels:
app: secret-app
name: secret-app
spec:
ports:
- port: 80
protocol: TCP
targetPort: 80
nodePort: 30337
selector:
app: secret-app
type: NodePort