Files
truecharts/charts/stable/monica/values.yaml
T
TrueCharts Bot a8ce0a8114 chore(deps): update container image monica to 4.1.2@26403bd by renovate (#26950)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| monica | digest | `b8f6daf` -> `26403bd` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45OC4wIiwidXBkYXRlZEluVmVyIjoiMzguOTguMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
2024-09-27 14:23:01 +02:00

56 lines
1.3 KiB
YAML

image:
repository: monica
tag: 4.1.2@sha256:26403bd23a76157159f10b00911102552d6cdb49ca15c22ffb0c7b77231b76da
pullPolicy: IfNotPresent
service:
main:
ports:
main:
port: 10119
targetPort: 80
persistence:
config:
enabled: true
mountPath: "/var/www/html/storage"
mariadb:
enabled: true
includeCommon: true
mariadbUsername: monica
mariadbDatabase: monica
portal:
open:
enabled: true
securityContext:
container:
readOnlyRootFilesystem: false
runAsNonRoot: false
runAsUser: 0
runAsGroup: 0
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
type: tcp
readiness:
type: tcp
startup:
type: tcp
env:
APP_ENV: production
APP_URL: https://crm.k8s-at-home.com
DB_DATABASE: monica
DB_USERNAME: monica
DB_HOST:
secretKeyRef:
expandObjectName: false
name: '{{ printf "%s-%s" .Release.Name "mariadbcreds" }}'
key: plainhost
DB_PASSWORD: "{{ .Values.mariadb.password }}"
APP_KEY:
secretKeyRef:
name: appkey
key: appkey