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 666a570 commit ff47763Copy full SHA for ff47763
charts/opencloud/values.yaml
@@ -137,25 +137,6 @@ keycloak:
137
realm: "openCloud"
138
# External Keycloak client ID
139
clientId: "web"
140
- requests:
141
- cpu: 100m
142
- memory: 256Mi
143
- limits:
144
- cpu: 1000m
145
- memory: 1Gi
146
-
147
- # Realm name
148
- realm: openCloud
149
150
- # Persistence configuration
151
- persistence:
152
- enabled: true
153
- # Size of the persistent volume
154
- size: 1Gi
155
- # Storage class
156
- storageClass: ""
157
- # Access mode
158
- accessMode: ReadWriteOnce
159
160
# PostgreSQL settings for Keycloak
161
postgres:
0 commit comments