fix: listen on port 8080 for non-root container
Deploy / Build & Push (Prod) (push) Successful in 11s
Deploy / Deploy Staging (push) Failing after 2s
Deploy / Deploy Prod (push) Has been skipped

This commit is contained in:
2026-05-24 22:34:17 -03:00
parent c4b8f19d6a
commit f3c1d76ae5
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -24,11 +24,11 @@ spec:
- name: batida-landing
image: git.batida.io/batida/batida-landing:latest
ports:
- containerPort: 80
- containerPort: 8080
livenessProbe:
httpGet:
path: /
port: 80
port: 8080
initialDelaySeconds: 5
periodSeconds: 30
resources: