Skip to content

Commit

Permalink
auto update script
Browse files Browse the repository at this point in the history
  • Loading branch information
islandbitcoin committed Aug 21, 2023
1 parent 99aebb6 commit 35e797d
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions charts/loop/charts/loopserver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,15 @@ fullnameOverride: ""
podAnnotations: {}

podSecurityContext:
fsGroup: 1000
# {}
fsGroup: 2000

securityContext:
# {}
capabilities:
drop:
- ALL
readOnlyRootFilesystem: false # Changing this to allow writes, but ensure you direct writes to mounted volumes.
readOnlyRootFilesystem: false
runAsNonRoot: true
runAsUser: 1000

Expand All @@ -32,7 +34,7 @@ resources:
limits:
cpu: 200m
requests:
cpu: 100m # Adjusted this to be more reasonable.
cpu: 1m

nodeSelector: {}

Expand All @@ -42,10 +44,10 @@ affinity: {}

persistence:
enabled: true
size: 16Mi # Increased this, adjust based on your needs.
size: 16Mi
accessMode: ReadWriteOnce

serviceAccount:
create: false # If not required, better to turn it off.
create: true
rbac:
create: false # If not required, better to turn it off.
create: true

0 comments on commit 35e797d

Please sign in to comment.