Skip to content
Snippets Groups Projects
Commit 3ee429c4 authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

add keepOnDelete recommended values

parent 1a8251c2
No related branches found
No related tags found
No related merge requests found
Pipeline #131517 skipped
...@@ -13,3 +13,6 @@ ...@@ -13,3 +13,6 @@
# limits: # limits:
# cpu: '2000m' # cpu: '2000m'
# memory: '2Gi' # memory: '2Gi'
# storage:
# enabled: false
# keepOnDelete: true # should be false in dev, true in prod
...@@ -12,3 +12,4 @@ shiny-server: ...@@ -12,3 +12,4 @@ shiny-server:
cpu: '500m' cpu: '500m'
storage: storage:
enabled: false enabled: false
keepOnDelete: false # should be false in dev, true in prod
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