1
0

add webhook

This commit is contained in:
2023-09-06 17:52:39 +08:00
parent 586abdfd7b
commit b2972195cb
12 changed files with 882 additions and 12 deletions

View File

@@ -0,0 +1,22 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: controller
namespace: system
spec:
template:
metadata:
labels:
monitor.demo.io/inject: "false"
spec:
containers:
- name: manager
ports:
- name: webhook-server
containerPort: 9443
volumeMounts:
- name: webhook
mountPath: /tmp/webhook
volumes:
- name: webhook
emptyDir: {}