Update file values.yaml
This commit is contained in:
@@ -141,7 +141,7 @@ kong:
|
|||||||
# Disabling this is recommended for most ingress controller configurations
|
# Disabling this is recommended for most ingress controller configurations
|
||||||
# Enterprise users that wish to use Kong Manager with the controller should enable this
|
# Enterprise users that wish to use Kong Manager with the controller should enable this
|
||||||
enabled: true
|
enabled: true
|
||||||
type: NodePort
|
type: ClusterIP
|
||||||
loadBalancerClass:
|
loadBalancerClass:
|
||||||
# To specify annotations or labels for the admin service, add them to the respective
|
# To specify annotations or labels for the admin service, add them to the respective
|
||||||
# "annotations" or "labels" dictionaries below.
|
# "annotations" or "labels" dictionaries below.
|
||||||
@@ -152,7 +152,7 @@ kong:
|
|||||||
http:
|
http:
|
||||||
# Enable plaintext HTTP listen for the admin API
|
# Enable plaintext HTTP listen for the admin API
|
||||||
# Disabling this and using a TLS listen only is recommended for most configuration
|
# Disabling this and using a TLS listen only is recommended for most configuration
|
||||||
enabled: false
|
enabled: true
|
||||||
servicePort: 8001
|
servicePort: 8001
|
||||||
containerPort: 8001
|
containerPort: 8001
|
||||||
# Set a nodePort which is available if service type is NodePort
|
# Set a nodePort which is available if service type is NodePort
|
||||||
@@ -162,7 +162,7 @@ kong:
|
|||||||
|
|
||||||
tls:
|
tls:
|
||||||
# Enable HTTPS listen for the admin API
|
# Enable HTTPS listen for the admin API
|
||||||
enabled: true
|
enabled: false
|
||||||
servicePort: 8444
|
servicePort: 8444
|
||||||
containerPort: 8444
|
containerPort: 8444
|
||||||
# Set a target port for the TLS port in the admin API service, useful when using TLS
|
# Set a target port for the TLS port in the admin API service, useful when using TLS
|
||||||
|
|||||||
Reference in New Issue
Block a user