mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 16:00:29 -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
|
||||
enabled: true
|
||||
servicePort: 8005
|
||||
type: ClusterIP
|
||||
type: loadbalancer
|
||||
clustertelemetry:
|
||||
enabled: true
|
||||
tls:
|
||||
|
|
@ -154,7 +154,7 @@ kong:
|
|||
repository: docker.io/kong/kubernetes-ingress-controller
|
||||
tag: "2.10"
|
||||
ingressClass: default
|
||||
installCRDs: false
|
||||
installCRDs: true
|
||||
manager:
|
||||
annotations:
|
||||
konghq.com/protocol: https
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue