*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Commit cb5d1506 authored by entlein's avatar entlein
Browse files

experimental: changing nginx to ClusterIP as default

parent 65ac668e
No related branches found
No related tags found
1 merge request!1Restore main as the default branch
......@@ -24,7 +24,7 @@ spec:
enabled: {{ item.value.enabledAdmissionWebhooks | default(true) }}
{% if item.value.loadBalancerIP is defined and item.value.loadBalancerIP | length > 0 %}
externalTrafficPolicy: "Local"
type: LoadBalancer
type: ClusterIP
loadBalancerIP: {{ item.value.loadBalancerIP }}
{% if item.value.loadBalancerSourceRanges is defined and item.value.loadBalancerSourceRanges | length > 0 %}
loadBalancerSourceRanges:
......
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