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:
|
||||
classname: nginx
|
||||
hosts:
|
||||
- host: &host alertmanager.valinor.social
|
||||
- host: &host alertmanager.hsn.dev
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
|
|
|
@ -39,7 +39,7 @@ spec:
|
|||
ingress:
|
||||
enabled: true
|
||||
ingressClassName: hsn-nginx
|
||||
hostname: &host thanos-query-frontend.valinor.social
|
||||
hostname: &host thanos-query-frontend.hsn.dev
|
||||
tls: true
|
||||
extraTls:
|
||||
- hosts:
|
||||
|
|
|
@ -111,7 +111,7 @@ spec:
|
|||
annotations:
|
||||
nginx.ingress.kubernetes.io/whitelist-source-range: "10.0.0.0/8,172.16.0.0/12,192.168.0.0/16"
|
||||
hosts:
|
||||
- host: &host "1pwconnect.valinor.social"
|
||||
- host: &host "1pwconnect.hsn.dev"
|
||||
paths:
|
||||
- path: /
|
||||
service:
|
||||
|
|
Reference in a new issue