config/helm/appmesh-controller/templates/service.yaml (13 lines of code) (raw):
apiVersion: v1
kind: Service
metadata:
name: {{ template "appmesh-controller.fullname" . }}-webhook-service
namespace: {{ .Release.Namespace }}
labels:
{{ include "appmesh-controller.labels" . | indent 4 }}
spec:
ports:
- port: 443
targetPort: 9443
selector:
control-plane: {{ template "appmesh-controller.fullname" . }}