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

feat(ingress-nginx): Switch to metallb-based loadbalancer

parent e6f93e34
No related branches found
No related tags found
No related merge requests found
...@@ -190,7 +190,7 @@ spec: ...@@ -190,7 +190,7 @@ spec:
http: http http: http
https: https https: https
type: NodePort type: LoadBalancer
# type: NodePort # type: NodePort
# nodePorts: # nodePorts:
...@@ -198,11 +198,6 @@ spec: ...@@ -198,11 +198,6 @@ spec:
# https: 32443 # https: 32443
# tcp: # tcp:
# 8080: 32808 # 8080: 32808
nodePorts:
http: 32080
https: 32443
tcp: {}
udp: {}
## Enables an additional internal load balancer (besides the external one). ## Enables an additional internal load balancer (besides the external one).
## Annotations are mandatory for the load balancer to come up. Varies with the cloud service. ## Annotations are mandatory for the load balancer to come up. Varies with the cloud service.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment