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