diff --git a/frontend/deploy/helm/frontend/templates/peerauthentication.yaml b/frontend/deploy/helm/frontend/templates/peerauthentication.yaml new file mode 100644 index 000000000..c4795dc46 --- /dev/null +++ b/frontend/deploy/helm/frontend/templates/peerauthentication.yaml @@ -0,0 +1,11 @@ +apiVersion: security.istio.io/v1beta1 +kind: PeerAuthentication +metadata: + name: aro-hcp-frontend-metrics +spec: + selector: + matchLabels: + app: aro-hcp-frontend + portLevelMtls: + 8081: + mode: PERMISSIVE