File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
charts/authentik/templates/worker Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -109,6 +109,13 @@ spec:
109
109
mountPath : /blueprints/mounted/secret-{{ $name }}
110
110
{{- end }}
111
111
{{- end }}
112
+ ports :
113
+ - name : http
114
+ containerPort : {{ .Values.worker.containerPorts.http }}
115
+ protocol : TCP
116
+ - name : metrics
117
+ containerPort : {{ .Values.worker.containerPorts.metrics }}
118
+ protocol : TCP
112
119
{{- with .Values.worker.livenessProbe }}
113
120
livenessProbe :
114
121
{{ toYaml . | nindent 12 }}
@@ -178,13 +185,6 @@ spec:
178
185
{{- end }}
179
186
- name : geoip-db
180
187
mountPath : /usr/share/GeoIP
181
- ports :
182
- - name : http
183
- containerPort : {{ .Values.worker.containerPorts.http }}
184
- protocol : TCP
185
- - name : metrics
186
- containerPort : {{ .Values.worker.containerPorts.metrics }}
187
- protocol : TCP
188
188
resources :
189
189
{{- toYaml .Values.geoip.resources | nindent 12 }}
190
190
{{- with .Values.geoip.containerSecurityContext }}
You can’t perform that action at this time.
0 commit comments