Files
truecharts/charts/stable/monica/values.yaml
T
TrueCharts BotandGitHub dcefa8c86f chore(deps): update docker general non-major (#3157)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-07-13 10:04:01 +02:00

49 lines
898 B
YAML

image:
repository: tccr.io/truecharts/monica
tag: v3.7.0@sha256:f373e796413df5afe3e7392f2dd5b4061f8ce92efb137ede2d6100db992f9d76
pullPolicy: IfNotPresent
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
env:
APP_ENV: production
APP_URL: https://crm.k8s-at-home.com
DB_DATABASE: monica
DB_USERNAME: monica
DB_HOST:
secretKeyRef:
name: mariadbcreds
key: plainhost
DB_PASSWORD:
secretKeyRef:
name: mariadbcreds
key: mariadb-password
APP_KEY:
secretKeyRef:
name: appkey
key: appkey
service:
main:
ports:
main:
port: 10119
targetPort: 80
persistence:
config:
enabled: true
mountPath: "/var/www/html/storage"
mariadb:
enabled: true
mariadbUsername: monica
mariadbDatabase: monica
existingSecret: "mariadbcreds"