Update file values.yaml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user