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

15
config/service.yaml Normal file
View file

@ -0,0 +1,15 @@
apiVersion: v1
kind: Service
metadata:
name: webhook-interseptor
namespace: webhook-interseptor
labels:
app: webhook-interseptor
spec:
type: ClusterIP
ports:
- name: http
port: 80
targetPort: 8080
selector:
app: webhook-interseptor