mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-26 19:37:17 +00:00
17 lines
299 B
YAML
17 lines
299 B
YAML
kind: Service
|
|
apiVersion: v1
|
|
metadata:
|
|
name: my-service
|
|
annotations:
|
|
valid-annotation: existing-value
|
|
invalid-annotation: null
|
|
labels:
|
|
valid-label: existing-value
|
|
invalid-label: null
|
|
spec:
|
|
selector:
|
|
app: MyApp
|
|
ports:
|
|
- protocol: TCP
|
|
port: 80
|
|
targetPort: 9376
|