Skip to content

Commit

Permalink
Change mTLS mode to PERMISSIVE (kyma-project#18155)
Browse files Browse the repository at this point in the history
* Change mTLS mode to `PERMISSIVE`

* add http label for prometheus on eventing-controller
  • Loading branch information
friedrichwilken committed Sep 15, 2023
1 parent 254a6fc commit b88a7e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ spec:
matchLabels: {{- include "controller.peerAuth.selectorLabels" . | nindent 6 }}
portLevelMtls:
{{ .Values.metrics.config.port }}:
mode: STRICT
mode: PERMISSIVE
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ metadata:
labels: {{- include "controller.labels" . | nindent 4 }}
annotations:
prometheus.io/scrape: "true"
prometheus.io/scheme: http
prometheus.io/port: {{ .Values.metrics.config.port | quote }}
spec:
type: ClusterIP
Expand Down

0 comments on commit b88a7e9

Please sign in to comment.