From 1a63f5f5cd36c4211c9406888fa804c096a4f4b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Pereira?= Date: Wed, 18 Oct 2023 02:57:18 -0500 Subject: [PATCH] Change default API port to 8443 (#1337) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: João Pereira --- config/values-schema.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/values-schema.yml b/config/values-schema.yml index da7d68078..1504d9be7 100644 --- a/config/values-schema.yml +++ b/config/values-schema.yml @@ -16,7 +16,7 @@ dangerousEnablePprof: false #@schema/desc "Comma separated list of cipher suites - empty for language defaults" tlsCipherSuites: "" #@schema/desc "API port" -apiPort: 10350 +apiPort: 8443 #@schema/desc "The coreDNSIP will be injected into /etc/resolv.conf of kapp-controller pod" coreDNSIP: "" #@schema/desc "HostNetwork of kapp-controller deployment."