diff --git a/chart/values.prod.template.yaml b/chart/values.prod.template.yaml index 251f679..2c6b778 100644 --- a/chart/values.prod.template.yaml +++ b/chart/values.prod.template.yaml @@ -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"