morning star
This commit is contained in:
parent
25cb844461
commit
08b9330fc5
1 changed files with 14 additions and 1 deletions
|
@ -25,7 +25,20 @@ spec:
|
||||||
|
|
||||||
server:
|
server:
|
||||||
ingress:
|
ingress:
|
||||||
enabled: false
|
enabled: true
|
||||||
|
annotations:
|
||||||
|
external-dns.alpha.kubernetes.io/hostname: auth.hxme.net
|
||||||
|
hosts:
|
||||||
|
- host: |
|
||||||
|
auth.hxme.net
|
||||||
|
paths:
|
||||||
|
- path: /
|
||||||
|
pathType: Prefix
|
||||||
|
tls:
|
||||||
|
- hosts:
|
||||||
|
- auth.hxme.net
|
||||||
|
secretName: wildcard-hxme-net
|
||||||
|
|
||||||
destination:
|
destination:
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
namespace: home-server
|
namespace: home-server
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue