mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 16:00:29 -05:00
update
This commit is contained in:
parent
78796fce97
commit
f1d96f60c1
1 changed files with 12 additions and 0 deletions
|
|
@ -66,3 +66,15 @@ spec:
|
||||||
commonName: "redlib.durp.info"
|
commonName: "redlib.durp.info"
|
||||||
dnsNames:
|
dnsNames:
|
||||||
- "redlib.durp.info"
|
- "redlib.durp.info"
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
kind: Service
|
||||||
|
apiVersion: v1
|
||||||
|
metadata:
|
||||||
|
name: redlib-external-dns
|
||||||
|
annotations:
|
||||||
|
external-dns.alpha.kubernetes.io/hostname: redlib.durp.info
|
||||||
|
spec:
|
||||||
|
type: ExternalName
|
||||||
|
externalName: durp.info
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue