File tree Expand file tree Collapse file tree 5 files changed +10
-9
lines changed Expand file tree Collapse file tree 5 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 11---
22name : webhook
3- version : 0.1 .0
3+ version : 0.2 .0
Original file line number Diff line number Diff line change 22apiVersion : apps/v1
33kind : Deployment
44metadata :
5- name : webhook
5+ name : {{ .Values.name }}
66 labels :
7- app : webhook
7+ app : {{ .Values.name }}
88spec :
99 replicas : {{ .Values.replicas }}
1010 selector :
1111 matchLabels :
12- app : webhook
12+ app : {{ .Values.name }}
1313 template :
1414 metadata :
1515 labels :
16- app : webhook
16+ app : {{ .Values.name }}
1717 spec :
1818 containers :
1919 - name : webhook
Original file line number Diff line number Diff line change 22apiVersion : networking.k8s.io/v1
33kind : Ingress
44metadata :
5- name : webhook
5+ name : {{ .Values.name }}
66 annotations :
77 nginx.ingress.kubernetes.io/use-regex : " true"
88 nginx.ingress.kubernetes.io/rewrite-target : /$1
2323 - pathType : ImplementationSpecific
2424 backend :
2525 service :
26- name : webhook
26+ name : {{ .Values.name }}
2727 port :
2828 number : 80
2929 path : /webhook/(.*)
Original file line number Diff line number Diff line change 22apiVersion : v1
33kind : Service
44metadata :
5- name : webhook
5+ name : {{ .Values.name }}
66 annotations :
77 cloud.google.com/neg : ' {"ingress":false}'
88spec :
99 selector :
10- app : webhook
10+ app : {{ .Values.name }}
1111 ports :
1212 - name : webhook
1313 port : 80
Original file line number Diff line number Diff line change 1+ name : webhook
12replicas : 1
23image :
34 repository : " ghcr.io/code-tool/matrix-stack/webhook"
You can’t perform that action at this time.
0 commit comments