We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e875860 + b114fb5 commit 111ea48Copy full SHA for 111ea48
balancer/Deployment/balancer.yaml
@@ -20,7 +20,7 @@ spec:
20
- envFrom:
21
- secretRef:
22
name: balancer-config
23
- image: ghcr.io/codeforphilly/balancer-main/app:1.1.3
+ image: ghcr.io/codeforphilly/balancer-main/app:0.0.0-dev.20260211012449
24
name: app
25
ports:
26
- containerPort: 8000
balancer/Ingress/balancer.yaml
@@ -3,6 +3,7 @@ kind: Ingress
3
metadata:
4
annotations:
5
cert-manager.io/cluster-issuer: letsencrypt-prod
6
+ kubernetes.io/ingress.class: nginx
7
name: balancer
8
namespace: balancer
9
spec:
0 commit comments