Skip to content
Snippets Groups Projects

feat: Increase container resources to 1 cpu and 1Gib memory

2 files
+ 8
8
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -36,11 +36,11 @@ spec:
- containerPort: 8090
resources:
limits:
cpu: 500m
memory: 384Mi
cpu: "1"
memory: "1GiB"
requests:
cpu: 500m
memory: 384Mi
cpu: "1"
memory: "1GiB"
env:
- name: CONFIG_SECRET_PATH
value: "/run/secrets/eclipsefdn-profile-api/secret.properties"
Loading