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:
# tcp:
# 8080: 32808
nodePorts:
http: "http"
https: "https"
http: 80
https: 443
tcp: {}
udp: {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment