fix: change from static execute to dynamic execute (#19)
Release package / release (push) Failing after 24m2s

Reviewed-on: #19
This commit was merged in pull request #19.
This commit is contained in:
2026-03-31 07:16:53 +00:00
parent ee137f66f0
commit ddaa1ad873
6 changed files with 92 additions and 35 deletions
+12 -7
View File
@@ -17,13 +17,18 @@ spec:
containers:
- name: frontend-container
image: git.demonkernel.io.vn/foodsurf/frontend:latest
ports:
- containerPort: 3000
resources:
limits:
cpu: "50m"
memory: "32Mi"
cpu: "200m"
memory: "256Mi"
requests:
cpu: "10m"
memory: "16Mi"
cpu: "50m"
memory: "128Mi"
env:
- name: NODE_ENV
value: "production"
---
apiVersion: v1
kind: Service
@@ -35,6 +40,6 @@ spec:
app: web
ports:
- protocol: TCP
port: 80
targetPort: 80
nodePort: 30080
port: 80
targetPort: 3000
nodePort: 30080