Skip to content
Snippets Groups Projects
Commit b64ca5f1 authored by ludo8147's avatar ludo8147
Browse files

updated vars

parent 5ab6a9f8
No related branches found
No related tags found
No related merge requests found
Pipeline #68976 passed
......@@ -48,11 +48,11 @@ spec:
key: ENV_NAME
resources:
requests:
cpu: 200m
memory: 256Mi
cpu: ${CPU_REQUEST}
memory: ${MEMORY_REQUEST}
limits:
cpu: 500m
memory: 512Mi
cpu: ${CPU_LIMIT}
memory: ${MEMORY_LIMIT}
livenessProbe:
httpGet:
path: /health
......
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