This commit is contained in:
Thomas Kruse
2026-09-02 22:11:05 +02:00
commit 24b9717db2
49 changed files with 818 additions and 0 deletions

View File

@ -0,0 +1,24 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: admission
namespace: webhook
spec:
selector:
matchLabels:
app: admission
template:
metadata:
labels:
app: admission
spec:
containers:
- name: app
image: localhost:5000/admission:latest #worst practice
# image: localhost:5000/admission:1
resources:
requests:
memory: "128Mi"
cpu: "50m"
ports:
- containerPort: 443