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

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

reverting nginx to not being a deamonset, cause that broke hubble

parent 3aa3b6d2
No related branches found
No related tags found
1 merge request!1Restore main as the default branch
......@@ -10,9 +10,6 @@ spec:
podSecurityPolicy:
enabled: true
controller:
kind: DaemonSet
daemonset:
useHostPort: true
config:
use-forwarded-headers: "true"
enable-underscores-in-headers: "true"
......@@ -25,7 +22,6 @@ 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: LoadBalancer
......
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