From b985c03f3b84892ab274af788d0cc7f45b082d52 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sun, 11 Jun 2023 13:38:20 +0000 Subject: [PATCH] Update file values.yaml --- kong/values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kong/values.yaml b/kong/values.yaml index f48b732..8d1f757 100644 --- a/kong/values.yaml +++ b/kong/values.yaml @@ -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