Skip to content
Snippets Groups Projects
Verified Commit 353eb6ee authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

nginx-ingress: Fix NodePort specification

parent 6451768c
No related branches found
No related tags found
No related merge requests found
...@@ -189,8 +189,8 @@ spec: ...@@ -189,8 +189,8 @@ spec:
# tcp: # tcp:
# 8080: 32808 # 8080: 32808
nodePorts: nodePorts:
http: "http" http: 80
https: "https" https: 443
tcp: {} tcp: {}
udp: {} udp: {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment