Skip to content

Commit

Permalink
Helm schema examples (#6667)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdabelf5 authored Oct 16, 2024
1 parent 3df7cc6 commit 825b660
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions charts/nginx-ingress/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1799,7 +1799,6 @@
},
"tolerations": [],
"affinity": {},
"topologySpreadConstraints": {},
"env": [],
"volumes": [],
"volumeMounts": [],
Expand Down Expand Up @@ -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": []
Expand Down Expand Up @@ -2414,7 +2413,6 @@
},
"tolerations": [],
"affinity": {},
"topologySpreadConstraints": {},
"env": [],
"volumes": [],
"volumeMounts": [],
Expand Down Expand Up @@ -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": []
Expand Down Expand Up @@ -2561,7 +2559,7 @@
"logLevel": "error",
"syslog": {
"host": "127.0.0.1",
"port": "1514"
"port": 1514
},
"napMonitoring": {
"collectorBufferSize": 50000,
Expand Down

0 comments on commit 825b660

Please sign in to comment.