Compare commits

...

2 commits

Author SHA1 Message Date
j
5ce5201f2f deploy nc 2025-07-01 23:01:24 +10:00
j
ae0520261d Set hostname for nc 2025-07-01 23:01:12 +10:00
2 changed files with 3 additions and 1 deletions

View file

@ -117,9 +117,10 @@ metadata:
namespace: nextcloud namespace: nextcloud
annotations: annotations:
traefik.ingress.kubernetes.io/router.entrypoints: web traefik.ingress.kubernetes.io/router.entrypoints: web
external-dns.alpha.kubernetes.io/hostname: nc.hxme.net
spec: spec:
rules: rules:
- host: nextcloud.local - host: nc.hxme.net
http: http:
paths: paths:
- path: / - path: /

View file

@ -10,3 +10,4 @@ resources:
- dns/namespace.yaml - dns/namespace.yaml
- dns/bind.yaml - dns/bind.yaml
- dns/externaldns.yaml - dns/externaldns.yaml
- files/nextcloud.yaml