Skip to content

Commit 111ea48

Browse files
Merge pull request #128 from CodeForPhilly/releases/k8s-manifests
Deploy releases/k8s-manifests b114fb5
2 parents e875860 + b114fb5 commit 111ea48

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

balancer/Deployment/balancer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
- envFrom:
2121
- secretRef:
2222
name: balancer-config
23-
image: ghcr.io/codeforphilly/balancer-main/app:1.1.3
23+
image: ghcr.io/codeforphilly/balancer-main/app:0.0.0-dev.20260211012449
2424
name: app
2525
ports:
2626
- containerPort: 8000

balancer/Ingress/balancer.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ kind: Ingress
33
metadata:
44
annotations:
55
cert-manager.io/cluster-issuer: letsencrypt-prod
6+
kubernetes.io/ingress.class: nginx
67
name: balancer
78
namespace: balancer
89
spec:

0 commit comments

Comments
 (0)