Files
infrastructure/clusters/cl01tl/management/argo-workflows/templates/service.yaml
Alex Lebens aaa2d4eca1
Some checks failed
lint-test-docker / docker-lint (push) Successful in 10s
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Has been cancelled
change endpoits
2025-10-21 20:44:41 -05:00

15 lines
396 B
YAML

apiVersion: v1
kind: Service
metadata:
name: garage-ps10rp
namespace: {{ .Release.Namespace }}
labels:
app.kubernetes.io/name: garage-ps10rp
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/part-of: {{ .Release.Name }}
annotations:
tailscale.com/tailnet-fqdn: garage-ps10rp.boreal-beaufort.ts.net.s3
spec:
externalName: placeholder
type: ExternalName