mirror of https://git.rancher.io/charts
14 lines
211 B
YAML
14 lines
211 B
YAML
|
kind: Service
|
||
|
apiVersion: v1
|
||
|
metadata:
|
||
|
name: rancher-webhook
|
||
|
namespace: cattle-system
|
||
|
spec:
|
||
|
ports:
|
||
|
- port: 443
|
||
|
targetPort: 9443
|
||
|
protocol: TCP
|
||
|
name: https
|
||
|
selector:
|
||
|
app: rancher-webhook
|