Set hostname for nc
This commit is contained in:
parent
4e83103994
commit
ae0520261d
1 changed files with 2 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: /
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue