mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 07:50:29 -05:00
9 lines
203 B
YAML
9 lines
203 B
YAML
kind: Service
|
|
apiVersion: v1
|
|
metadata:
|
|
name: kasm-external-dns
|
|
annotations:
|
|
external-dns.alpha.kubernetes.io/hostname: kasm.prd.durp.info
|
|
spec:
|
|
type: ExternalName
|
|
externalName: prd.durp.info
|