first commit
This commit is contained in:
commit
ad18bb8ad3
9 changed files with 309 additions and 0 deletions
15
config/service.yaml
Normal file
15
config/service.yaml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue