Skip to content

Commit

Permalink
fix: chart pg (#346)
Browse files Browse the repository at this point in the history
* fix: chart pg

add :  ~chart: pg

* fix: remove autoscale

autoscale included by default
  • Loading branch information
igorrenquin authored Jul 4, 2024
1 parent cd4018c commit d0f825b
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .kontinuous/env/prod/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@ graphiql:
limits:
cpu: 200m
memory: 2566Mi
autoscale:
enabled: true

front:
resources:
Expand All @@ -89,8 +87,6 @@ front:
limits:
cpu: 200m
memory: 256Mi
autoscale:
enabled: true

server:
~needs: [build-server, pg]
Expand All @@ -101,8 +97,6 @@ server:
limits:
cpu: 200m
memory: 512Mi
autoscale:
enabled: true
env:
- name: PG_DB
valueFrom:
Expand Down Expand Up @@ -170,6 +164,7 @@ strapi:
name: pg-strapi-superuser

pg:
~chart: pg
cnpg-cluster:
resources:
requests:
Expand All @@ -179,6 +174,7 @@ pg:
memory: 1Gi

pg-n8n:
~chart: pg
cnpg-cluster:
resources:
requests:
Expand All @@ -188,6 +184,7 @@ pg-n8n:
memory: 1Gi

pg-strapi:
~chart: pg
cnpg-cluster:
resources:
requests:
Expand Down

0 comments on commit d0f825b

Please sign in to comment.