File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 2121 annotations :
2222 {{- toYaml .Values.statefulSet.podAnnotations | nindent 8 }}
2323 spec :
24+ {{- if .Values.hostNetwork.enabled }}
25+ hostNetwork : true
26+ {{- end }}
2427 {{- if .Values.dnsConfig }}
2528 dnsConfig :
2629 {{- toYaml .Values.dnsConfig | nindent 8 }}
Original file line number Diff line number Diff line change @@ -15,6 +15,11 @@ global:
1515# -- Optional DNS configuration for the Pod
1616dnsConfig : {}
1717
18+ hostNetwork :
19+ # -- Set to true to run the Pod in the host's network namespace.
20+ # This may be required for specific networking setups or accessing local resources.
21+ enabled : false
22+
1823ingress :
1924 # -- Specify if an ingress resource for the pms server should be created or not
2025 enabled : false
You can’t perform that action at this time.
0 commit comments