Skip to content

Commit

Permalink
fix: strategyType: Recreate
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo committed Mar 28, 2024
1 parent fba6e46 commit fc19e8d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .kontinuous/env/preprod/values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
strapi:
strategyType: Recreate
~needs: [build-strapi, pg-strapi]
env:
- name: DATABASE_NAME
Expand Down
1 change: 1 addition & 0 deletions .kontinuous/env/prod/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ server:

strapi:
~needs: [build-strapi, pg-strapi]
strategyType: Recreate
resources:
limits:
cpu: "500m"
Expand Down
1 change: 0 additions & 1 deletion .kontinuous/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ redis:

strapi:
replicas: 1
strategyType: Recreate
volumes:
- name: uploads
persistentVolumeClaim:
Expand Down

0 comments on commit fc19e8d

Please sign in to comment.