edit limesurvey chart

This commit is contained in:
Alexis GUYOT 2024-10-09 15:21:53 +02:00
parent 30087300b9
commit f9ca7376dc
5 changed files with 6 additions and 8 deletions

View File

@ -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

View File

@ -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

View File

@ -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