[bitnami/keycloak] switch to default keycloak port 8080, while scraping metrics (#10976)

* switch to default keycloak port 8080, while scraping metrics

Signed-off-by: Mark Nesterovych <m.nesterovych@kontakt.io>
This commit is contained in:
Mark Nesterovych
2022-07-15 12:23:27 +02:00
committed by GitHub
parent 8906a81c5c
commit 8b90600a62
5 changed files with 6 additions and 6 deletions

View File

@@ -21,10 +21,10 @@ metadata:
spec:
type: ClusterIP
ports:
- name: http-management
- name: http
port: {{ coalesce .Values.metrics.service.ports.http .Values.metrics.service.port }}
protocol: TCP
targetPort: http-management
targetPort: http
selector: {{- include "common.labels.matchLabels" . | nindent 4 }}
app.kubernetes.io/component: keycloak
{{- end }}