From ff9e665897913265f0fbcbcc0438086644e2615a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Pereira?= Date: Thu, 28 Sep 2023 11:46:01 -0500 Subject: [PATCH] Change default API port to 8443 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."