mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 16:00:29 -05:00
Update file values.yaml
This commit is contained in:
parent
ebe3383d62
commit
b985c03f3b
1 changed files with 3 additions and 3 deletions
|
|
@ -141,7 +141,7 @@ kong:
|
|||
# Disabling this is recommended for most ingress controller configurations
|
||||
# Enterprise users that wish to use Kong Manager with the controller should enable this
|
||||
enabled: true
|
||||
type: NodePort
|
||||
type: ClusterIP
|
||||
loadBalancerClass:
|
||||
# To specify annotations or labels for the admin service, add them to the respective
|
||||
# "annotations" or "labels" dictionaries below.
|
||||
|
|
@ -152,7 +152,7 @@ kong:
|
|||
http:
|
||||
# Enable plaintext HTTP listen for the admin API
|
||||
# Disabling this and using a TLS listen only is recommended for most configuration
|
||||
enabled: false
|
||||
enabled: true
|
||||
servicePort: 8001
|
||||
containerPort: 8001
|
||||
# Set a nodePort which is available if service type is NodePort
|
||||
|
|
@ -162,7 +162,7 @@ kong:
|
|||
|
||||
tls:
|
||||
# Enable HTTPS listen for the admin API
|
||||
enabled: true
|
||||
enabled: false
|
||||
servicePort: 8444
|
||||
containerPort: 8444
|
||||
# Set a target port for the TLS port in the admin API service, useful when using TLS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue