Skip to content
Snippets Groups Projects
Commit d0e15461 authored by imarson's avatar imarson
Browse files

Update front-deployment.yaml

parent 3f3409c9
No related branches found
No related tags found
2 merge requests!3deployment to prod,!2UX improvements
Pipeline #147054 passed
......@@ -18,6 +18,15 @@ spec:
containers:
- name: $APP_NAME
image: $FQ_IMAGE_NAME
resources:
limits:
cpu: "2"
ephemeral-storage: 1Gi
memory: 4Gi
requests:
cpu: "2"
ephemeral-storage: 1Gi
memory: 4Gi
ports:
- name: http
containerPort: 8080
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment