first commit

This commit is contained in:
ston1th 2019-11-30 12:09:41 +01:00
commit ad18bb8ad3
9 changed files with 309 additions and 0 deletions

28
config/deployment.yaml Normal file
View file

@ -0,0 +1,28 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: webhook-interseptor
namespace: webhook-interseptor
labels:
app: webhook-interseptor
spec:
replicas: 1
selector:
matchLabels:
app: webhook-interseptor
template:
metadata:
labels:
app: webhook-interseptor
spec:
serviceAccountName: webhook-interseptor
containers:
- name: webhook-interseptor
image: git.giftfish.de/ston1th/webhook-interseptor
resources:
requests:
cpu: 100m
memory: 128Mi
imagePullPolicy: Always
ports:
- containerPort: 8080