We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccdbc1b commit 29c7facCopy full SHA for 29c7fac
charts/values.yaml
@@ -104,7 +104,7 @@ auth:
104
## Configure TLS for default App Servers(8000, 8001, 8002)
105
## If certSecretNames is not provided, self-signed temporary certificate will be generated.
106
tls:
107
- enableOnDefaultAppServers: true
+ enableOnDefaultAppServers: false
108
certSecretNames: []
109
caSecretName: ""
110
@@ -148,7 +148,7 @@ nodeSelector: {}
148
## If set the enabled to false, it will use EmptyDir volume
149
persistence:
150
enabled: true
151
- storageClass: "gp3"
+ storageClass: ""
152
size: 10Gi
153
annotations: {}
154
accessModes:
0 commit comments