certificate overhaul

This commit is contained in:
2023-03-25 15:06:58 -05:00
parent c7fef651b2
commit 42e154c6ab
18 changed files with 406 additions and 166 deletions

14
k8s/service.yaml Normal file
View 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