fix: add port values for backend and frontend in prod values template
Some checks failed
Deploy to Production / Build and Deploy (push) Failing after 6m8s
Some checks failed
Deploy to Production / Build and Deploy (push) Failing after 6m8s
This commit is contained in:
parent
458bfb9af1
commit
2b589a93b2
@ -18,6 +18,7 @@ global:
|
||||
|
||||
backend:
|
||||
image: registry.liquidrinu.com/fusero-backend:latest
|
||||
port: 14000
|
||||
resources:
|
||||
requests:
|
||||
cpu: "200m"
|
||||
@ -42,6 +43,7 @@ backend:
|
||||
|
||||
frontend:
|
||||
image: registry.liquidrinu.com/fusero-frontend:latest
|
||||
port: 80
|
||||
resources:
|
||||
requests:
|
||||
cpu: "100m"
|
||||
|
Loading…
Reference in New Issue
Block a user