Updating hostnames
This commit is contained in:
parent
76b5b293c2
commit
e22ac7e255
3 changed files with 3 additions and 3 deletions
|
@ -42,7 +42,7 @@ spec:
|
||||||
main:
|
main:
|
||||||
classname: nginx
|
classname: nginx
|
||||||
hosts:
|
hosts:
|
||||||
- host: &host alertmanager.valinor.social
|
- host: &host alertmanager.hsn.dev
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
pathType: Prefix
|
pathType: Prefix
|
||||||
|
|
|
@ -39,7 +39,7 @@ spec:
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
ingressClassName: hsn-nginx
|
ingressClassName: hsn-nginx
|
||||||
hostname: &host thanos-query-frontend.valinor.social
|
hostname: &host thanos-query-frontend.hsn.dev
|
||||||
tls: true
|
tls: true
|
||||||
extraTls:
|
extraTls:
|
||||||
- hosts:
|
- hosts:
|
||||||
|
|
|
@ -111,7 +111,7 @@ spec:
|
||||||
annotations:
|
annotations:
|
||||||
nginx.ingress.kubernetes.io/whitelist-source-range: "10.0.0.0/8,172.16.0.0/12,192.168.0.0/16"
|
nginx.ingress.kubernetes.io/whitelist-source-range: "10.0.0.0/8,172.16.0.0/12,192.168.0.0/16"
|
||||||
hosts:
|
hosts:
|
||||||
- host: &host "1pwconnect.valinor.social"
|
- host: &host "1pwconnect.hsn.dev"
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
service:
|
service:
|
||||||
|
|
Reference in a new issue