diff options
author | 2019-12-03 20:14:16 +0000 | |
---|---|---|
committer | 2019-12-03 20:14:16 +0000 | |
commit | 85bbacc1afb2d7160128bee00e194ae5834a8296 (patch) | |
tree | da37a757e60b2b3d5e83779bb36e4f3d70e20f78 /deployments/helm/servicemesh/istio-operator/templates/authproxy-service.yaml | |
parent | d857dba045010a6d3f69845efbb40eaa6b927685 (diff) | |
parent | ccbd9d767ad08455382e2cec91e0bfc4ed7ea942 (diff) |
Merge "Upgrade istio-operator"
Diffstat (limited to 'deployments/helm/servicemesh/istio-operator/templates/authproxy-service.yaml')
-rw-r--r-- | deployments/helm/servicemesh/istio-operator/templates/authproxy-service.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/deployments/helm/servicemesh/istio-operator/templates/authproxy-service.yaml b/deployments/helm/servicemesh/istio-operator/templates/authproxy-service.yaml index aad8a2be..6f7e6f9a 100644 --- a/deployments/helm/servicemesh/istio-operator/templates/authproxy-service.yaml +++ b/deployments/helm/servicemesh/istio-operator/templates/authproxy-service.yaml @@ -3,6 +3,7 @@ apiVersion: v1 kind: Service metadata: name: {{ include "istio-operator.fullname" . }}-authproxy + namespace: {{ .Release.Namespace }} annotations: prometheus.io/port: "8443" prometheus.io/scheme: https @@ -20,6 +21,7 @@ spec: ports: - name: https port: 8443 + protocol: TCP targetPort: https selector: control-plane: controller-manager |