mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 16:00:29 -05:00
Update 11 files
- /sealed-secrets/templates/deployment.yaml - /sealed-secrets/Chart.yaml - /sealed-secrets/values.yaml - /authentik/templates/postgre-sealed.yaml - /argocd/templates/sealed-secrets.yaml - /authentik/templates/ingress.yaml - /bitwarden/templates/ingress.yaml - /durpapi/templates/external-dns.yaml - /whoogle/templates/ingress.yaml - /internalproxy/templates/plex-ingress.yaml - /kube-prometheus-stack/templates/ingress.yaml
This commit is contained in:
parent
c8a0e8da19
commit
2db7260d52
11 changed files with 73 additions and 302 deletions
9
durpapi/templates/external-dns.yaml
Normal file
9
durpapi/templates/external-dns.yaml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
kind: Service
|
||||
apiVersion: v1
|
||||
metadata:
|
||||
name: durpapi-external-dns
|
||||
annotations:
|
||||
external-dns.alpha.kubernetes.io/hostname: durpapi.durp.info
|
||||
spec:
|
||||
type: ExternalName
|
||||
externalName: home.durp.info
|
||||
Loading…
Add table
Add a link
Reference in a new issue