rancher-charts/charts/rancher-webhook/104.0.1+up0.5.1/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