Files
homelab/heimdall/templates/test.yaml
DeveloperDurp 3610917eb6 Update 2 files
- /heimdall/templates/ingress.yaml
- /heimdall/templates/test.yaml
2023-06-09 01:37:56 +00:00

10 lines
233 B
YAML

kind: Service
apiVersion: v1
metadata:
name: whoami-external-dns
annotations:
external-dns.alpha.kubernetes.io/hostname: whoami.durp.info
external-dns.alpha.kubernetes.io/target: home.durp.info
spec:
type: ExternalName