edit limesurvey chart
This commit is contained in:
parent
30087300b9
commit
f9ca7376dc
|
@ -10,10 +10,10 @@ icon: https://raw.githubusercontent.com/martialblog/helm-charts/master/limesurve
|
|||
maintainers:
|
||||
- email: markus@martialblog.de
|
||||
name: martialblog
|
||||
name: limesurvey-martial-ingress-copy
|
||||
name: limesurvey-martial-ingress-user
|
||||
sources:
|
||||
- https://github.com/martialblog/helm-charts
|
||||
- https://github.com/martialblog/docker-limesurvey/
|
||||
- https://limesurvey.org/
|
||||
type: application
|
||||
version: 0.8.0
|
||||
version: 0.8.1
|
|
@ -340,7 +340,9 @@ primary:
|
|||
## cpu: 100m
|
||||
## memory: 256Mi
|
||||
##
|
||||
requests: {}
|
||||
requests:
|
||||
memory: 512Mi
|
||||
cpu: 300m
|
||||
## Configure extra options for MariaDB primary containers' liveness, readiness and startup probes
|
||||
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/#configure-probes)
|
||||
## @param primary.startupProbe.enabled Enable startupProbe
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -38,11 +38,7 @@ mariadb:
|
|||
username: limesurvey
|
||||
# MariaDB custom user password
|
||||
password: "limesurvey"
|
||||
resources:
|
||||
limits: {}
|
||||
requests:
|
||||
memory: 512Mi
|
||||
cpu: 300m
|
||||
|
||||
|
||||
## Use an externally provisioned database instance
|
||||
## Ignored when mariadb.enabled is set to true
|
||||
|
|
Loading…
Reference in New Issue
Block a user