rancher-charts/charts/rancher-webhook/2.0.13+up0.3.13/templates/service.yaml

14 lines
240 B
YAML

kind: Service
apiVersion: v1
metadata:
name: rancher-webhook
namespace: cattle-system
spec:
ports:
- port: 443
targetPort: {{ .Values.port | default 9443 }}
protocol: TCP
name: https
selector:
app: rancher-webhook