Skip to content

Commit 32bf660

Browse files
Merge pull request #127 from TineoC/patch-1
patch ingress and image tag
2 parents 4588971 + 0488704 commit 32bf660

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

balancer/kustomization.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ resources:
1111

1212
images:
1313
- name: ghcr.io/codeforphilly/balancer-main/app
14-
newTag: "1.1.3"
14+
newTag: "0.0.0-dev.20260211012449"
1515

1616
patches:
1717
- target:
@@ -21,6 +21,9 @@ patches:
2121
- op: add
2222
path: /metadata/annotations/cert-manager.io~1cluster-issuer
2323
value: letsencrypt-prod
24+
- op: add
25+
path: /metadata/annotations/kubernetes.io~1ingress.class
26+
value: nginx
2427
- op: replace
2528
path: /spec/tls/0/hosts/0
2629
value: sandbox.balancerproject.org

0 commit comments

Comments
 (0)