Skip to content

Commit

Permalink
fix: oblik enable (#650)
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo authored Dec 17, 2024
1 parent ba2f088 commit 82b3bcd
Showing 1 changed file with 28 additions and 14 deletions.
42 changes: 28 additions & 14 deletions .kontinuous/env/prod/values.yaml
Original file line number Diff line number Diff line change
@@ -1,24 +1,38 @@
app:
labels:
oblik.socialgouv.io/enabled: "true"
annotations:
oblik.socialgouv.io/increase-request-cpu-algo: "ratio"
oblik.socialgouv.io/increase-request-cpu-value: "0.1"
oblik.socialgouv.io/increase-request-memory-algo: "ratio"
oblik.socialgouv.io/increase-request-memory-value: "0.1"
vars:
ENV: prod
resources:
requests:
cpu: 100m
memory: 256Mi
limits:
cpu: 200m
memory: 386Mi
# resources:
# requests:
# cpu: 100m
# memory: 256Mi
# limits:
# cpu: 200m
# memory: 386Mi
autoscale:
enabled: true

hasura:
resources:
requests:
cpu: 100m
memory: 512Mi
limits:
cpu: 200m
memory: 1Gi
labels:
oblik.socialgouv.io/enabled: "true"
annotations:
oblik.socialgouv.io/increase-request-cpu-algo: "ratio"
oblik.socialgouv.io/increase-request-cpu-value: "0.1"
oblik.socialgouv.io/increase-request-memory-algo: "ratio"
oblik.socialgouv.io/increase-request-memory-value: "0.1"
# resources:
# requests:
# cpu: 100m
# memory: 512Mi
# limits:
# cpu: 200m
# memory: 1Gi
autoscale:
enabled: true

Expand Down

0 comments on commit 82b3bcd

Please sign in to comment.