From 825b66072fa1a9574a383ed22996ee25ddda2c82 Mon Sep 17 00:00:00 2001 From: Paul Abel <128620221+pdabelf5@users.noreply.github.com> Date: Wed, 16 Oct 2024 09:19:36 +0100 Subject: [PATCH] Helm schema examples (#6667) --- charts/nginx-ingress/values.schema.json | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/charts/nginx-ingress/values.schema.json b/charts/nginx-ingress/values.schema.json index e821021d36..0440ae6d52 100644 --- a/charts/nginx-ingress/values.schema.json +++ b/charts/nginx-ingress/values.schema.json @@ -1799,7 +1799,6 @@ }, "tolerations": [], "affinity": {}, - "topologySpreadConstraints": {}, "env": [], "volumes": [], "volumeMounts": [], @@ -1854,13 +1853,13 @@ "httpPort": { "enable": true, "port": 80, - "nodePort": "", + "nodePort": 8443, "targetPort": 80 }, "httpsPort": { "enable": true, "port": 443, - "nodePort": "", + "nodePort": 8443, "targetPort": 443 }, "customPorts": [] @@ -2414,7 +2413,6 @@ }, "tolerations": [], "affinity": {}, - "topologySpreadConstraints": {}, "env": [], "volumes": [], "volumeMounts": [], @@ -2469,13 +2467,13 @@ "httpPort": { "enable": true, "port": 80, - "nodePort": "", + "nodePort": 8080, "targetPort": 80 }, "httpsPort": { "enable": true, "port": 443, - "nodePort": "", + "nodePort": 8443, "targetPort": 443 }, "customPorts": [] @@ -2561,7 +2559,7 @@ "logLevel": "error", "syslog": { "host": "127.0.0.1", - "port": "1514" + "port": 1514 }, "napMonitoring": { "collectorBufferSize": 50000,