mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-08 16:31:19 -05:00
set to load balancer
This commit is contained in:
parent
cbf83efc4b
commit
9d24fec33a
1 changed files with 2 additions and 2 deletions
|
|
@ -50,7 +50,7 @@ kong:
|
||||||
containerPort: 8005
|
containerPort: 8005
|
||||||
enabled: true
|
enabled: true
|
||||||
servicePort: 8005
|
servicePort: 8005
|
||||||
type: ClusterIP
|
type: loadbalancer
|
||||||
clustertelemetry:
|
clustertelemetry:
|
||||||
enabled: true
|
enabled: true
|
||||||
tls:
|
tls:
|
||||||
|
|
@ -154,7 +154,7 @@ kong:
|
||||||
repository: docker.io/kong/kubernetes-ingress-controller
|
repository: docker.io/kong/kubernetes-ingress-controller
|
||||||
tag: "2.10"
|
tag: "2.10"
|
||||||
ingressClass: default
|
ingressClass: default
|
||||||
installCRDs: false
|
installCRDs: true
|
||||||
manager:
|
manager:
|
||||||
annotations:
|
annotations:
|
||||||
konghq.com/protocol: https
|
konghq.com/protocol: https
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue