certificate overhaul
This commit is contained in:
14
k8s/service.yaml
Normal file
14
k8s/service.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: webhook
|
||||
spec:
|
||||
ports:
|
||||
- name: https
|
||||
protocol: TCP
|
||||
port: 443
|
||||
targetPort: 8443
|
||||
selector:
|
||||
app: mutating-webhook
|
||||
type: ClusterIP
|
Reference in New Issue
Block a user