kubezero/charts/kubezero-istio/charts/istio-operator/templates/service.yaml

16 lines
255 B
YAML

apiVersion: v1
kind: Service
metadata:
namespace: {{.Values.operatorNamespace}}
labels:
name: istio-operator
name: istio-operator
spec:
ports:
- name: http-metrics
port: 8383
targetPort: 8383
selector:
name: istio-operator
---