Skip to content

Commit

Permalink
Update default values
Browse files Browse the repository at this point in the history
  • Loading branch information
iaacautomation committed Oct 20, 2024
1 parent 56b745d commit 776b7c5
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions charts/code-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ service:
type: ClusterIP
port: 8080

# IF existinig password is not provided, avoid usingg
password: testpassword

ingress:
enabled: false
#annotations:
Expand Down Expand Up @@ -115,7 +112,7 @@ affinity: {}

## Persist data to a persistent volume
persistence:
enabled: false
enabled: true
## code-server data Persistent Volume Storage Class
## If defined, storageClassName: <storageClass>
## If set to "-", storageClassName: "", which disables dynamic provisioning
Expand All @@ -125,7 +122,7 @@ persistence:
##
# storageClass: "-"
accessMode: ReadWriteOnce
size: 10Gi
size: 50Gi
annotations: {}
# existingClaim: ""
# hostPath: /data
Expand Down

0 comments on commit 776b7c5

Please sign in to comment.