Compare commits
2 commits
4e83103994
...
5ce5201f2f
Author | SHA1 | Date | |
---|---|---|---|
5ce5201f2f | |||
ae0520261d |
2 changed files with 3 additions and 1 deletions
|
@ -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: /
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue