Skip to content

Commit 825b660

Browse files
authored
Helm schema examples (#6667)
1 parent 3df7cc6 commit 825b660

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

charts/nginx-ingress/values.schema.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1799,7 +1799,6 @@
17991799
},
18001800
"tolerations": [],
18011801
"affinity": {},
1802-
"topologySpreadConstraints": {},
18031802
"env": [],
18041803
"volumes": [],
18051804
"volumeMounts": [],
@@ -1854,13 +1853,13 @@
18541853
"httpPort": {
18551854
"enable": true,
18561855
"port": 80,
1857-
"nodePort": "",
1856+
"nodePort": 8443,
18581857
"targetPort": 80
18591858
},
18601859
"httpsPort": {
18611860
"enable": true,
18621861
"port": 443,
1863-
"nodePort": "",
1862+
"nodePort": 8443,
18641863
"targetPort": 443
18651864
},
18661865
"customPorts": []
@@ -2414,7 +2413,6 @@
24142413
},
24152414
"tolerations": [],
24162415
"affinity": {},
2417-
"topologySpreadConstraints": {},
24182416
"env": [],
24192417
"volumes": [],
24202418
"volumeMounts": [],
@@ -2469,13 +2467,13 @@
24692467
"httpPort": {
24702468
"enable": true,
24712469
"port": 80,
2472-
"nodePort": "",
2470+
"nodePort": 8080,
24732471
"targetPort": 80
24742472
},
24752473
"httpsPort": {
24762474
"enable": true,
24772475
"port": 443,
2478-
"nodePort": "",
2476+
"nodePort": 8443,
24792477
"targetPort": 443
24802478
},
24812479
"customPorts": []
@@ -2561,7 +2559,7 @@
25612559
"logLevel": "error",
25622560
"syslog": {
25632561
"host": "127.0.0.1",
2564-
"port": "1514"
2562+
"port": 1514
25652563
},
25662564
"napMonitoring": {
25672565
"collectorBufferSize": 50000,

0 commit comments

Comments
 (0)