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

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

experimental: accord to documentation, nginx might have to be run as a daemonset

parent 8a154af2
No related branches found
No related tags found
1 merge request!1Restore main as the default branch
......@@ -10,6 +10,9 @@ spec:
podSecurityPolicy:
enabled: true
controller:
kind: DaemonSet
daemonset:
useHostPort: true
config:
use-forwarded-headers: "true"
enable-underscores-in-headers: "true"
......@@ -22,9 +25,10 @@ spec:
enabled: true
admissionWebhooks:
enabled: {{ item.value.enabledAdmissionWebhooks | default(true) }}
type: ClusterIP
{% if item.value.loadBalancerIP is defined and item.value.loadBalancerIP | length > 0 %}
externalTrafficPolicy: "Local"
type: ClusterIP
type: LoadBalancer
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