File tree Expand file tree Collapse file tree 1 file changed +1
-17
lines changed
Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Original file line number Diff line number Diff line change @@ -7,29 +7,13 @@ resources:
77 - manifests/namespace.yaml
88 - manifests/deployment.yaml
99 - manifests/service.yaml
10- - manifests/ingress .yaml
10+ - manifests/httproute .yaml
1111
1212images :
1313 - name : ghcr.io/codeforphilly/balancer-main/app
1414 newTag : " 0.0.0-dev.20260211012449"
1515
1616patches :
17- - target :
18- kind : Ingress
19- name : balancer
20- patch : |-
21- - op: add
22- path: /metadata/annotations/cert-manager.io~1cluster-issuer
23- value: letsencrypt-prod
24- - op: add
25- path: /metadata/annotations/kubernetes.io~1ingress.class
26- value: nginx
27- - op: replace
28- path: /spec/tls/0/hosts/0
29- value: sandbox.balancerproject.org
30- - op: replace
31- path: /spec/rules/0/host
32- value: sandbox.balancerproject.org
3317 - target :
3418 kind : Namespace
3519 name : balancer
You can’t perform that action at this time.
0 commit comments