Skip to content

Commit

Permalink
Delete destionat rule
Browse files Browse the repository at this point in the history
Istio by default enable mTLS w/o destination rule
  • Loading branch information
muralov committed Sep 27, 2024
1 parent 12e5e26 commit 22e46d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/nats/templates/destination-rule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ spec:
host: {{ include "nats.fullname" . }}.{{ .Release.Namespace }}.svc.cluster.local
trafficPolicy:
tls:
mode: ISTIO_MUTUAL
{{- end }}
mode: DISABLE
{{- end }}

0 comments on commit 22e46d3

Please sign in to comment.