Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion balancer/Deployment/balancer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
- envFrom:
- secretRef:
name: balancer-config
image: ghcr.io/codeforphilly/balancer-main/app:1.1.3
image: ghcr.io/codeforphilly/balancer-main/app:0.0.0-dev.20260211012449
name: app
ports:
- containerPort: 8000
Expand Down
1 change: 1 addition & 0 deletions balancer/Ingress/balancer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ kind: Ingress
metadata:
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
kubernetes.io/ingress.class: nginx
name: balancer
namespace: balancer
spec:
Expand Down