2021-11-30 13:33:15 +00:00
|
|
|
image:
|
2021-12-03 12:02:44 +00:00
|
|
|
repository: tccr.io/truecharts/monica
|
2022-07-15 06:34:07 +00:00
|
|
|
tag: v3.7.0@sha256:0b0a818462bc93fe9fca60cf37f0a87c5001ca0f3a518d1c0bbf7de5a0edeaac
|
2021-11-30 13:33:15 +00:00
|
|
|
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
|
2022-06-07 17:41:19 +00:00
|
|
|
DB_HOST:
|
|
|
|
secretKeyRef:
|
|
|
|
name: mariadbcreds
|
|
|
|
key: plainhost
|
|
|
|
DB_PASSWORD:
|
|
|
|
secretKeyRef:
|
|
|
|
name: mariadbcreds
|
|
|
|
key: mariadb-password
|
|
|
|
APP_KEY:
|
|
|
|
secretKeyRef:
|
|
|
|
name: appkey
|
|
|
|
key: appkey
|
2021-11-30 13:33:15 +00:00
|
|
|
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
port: 10119
|
|
|
|
targetPort: 80
|
|
|
|
|
|
|
|
persistence:
|
|
|
|
config:
|
|
|
|
enabled: true
|
2021-12-18 19:25:00 +00:00
|
|
|
mountPath: "/var/www/html/storage"
|
2021-11-30 13:33:15 +00:00
|
|
|
|
|
|
|
mariadb:
|
|
|
|
enabled: true
|
|
|
|
mariadbUsername: monica
|
|
|
|
mariadbDatabase: monica
|
|
|
|
existingSecret: "mariadbcreds"
|