Minor Helm chart dependency updates and security improvements

This commit is contained in:
chgl
2022-08-25 02:34:02 +02:00
committed by Jens Kristian Villadsen
parent 001bc9c57a
commit 68e64f2f33
9 changed files with 90 additions and 63 deletions

View File

@@ -12,8 +12,8 @@ spec:
protocol: TCP
name: http
- port: {{ .Values.metrics.service.port }}
targetPort: metrics
targetPort: http-metrics
protocol: TCP
name: metrics
name: http-metrics
selector:
{{- include "hapi-fhir-jpaserver.selectorLabels" . | nindent 4 }}