Updating nginx settings.
This commit is contained in:
parent
1c9d622aa1
commit
385fa5377c
2 changed files with 2 additions and 2 deletions
|
@ -66,7 +66,7 @@ spec:
|
|||
rollOutPods: true
|
||||
ingress:
|
||||
enabled: true
|
||||
className: internal
|
||||
className: nginx
|
||||
hosts:
|
||||
- &host hubble.valinor.social
|
||||
tls:
|
||||
|
|
|
@ -32,7 +32,7 @@ spec:
|
|||
type: LoadBalancer
|
||||
annotations:
|
||||
external-dns.alpha.kubernetes.io/hostname: "ingress.valinor.social"
|
||||
io.cilium/lb-ipam-ips: "10.45.0.1"
|
||||
io.cilium/lb-ipam-ips: "10.2.42.1"
|
||||
externalTrafficPolicy: Local
|
||||
|
||||
publishService:
|
||||
|
|
Reference in a new issue