Files
truecharts/charts/stable/observium/values.yaml
T
f259090de2 chore(helm): update chart common 25.4.10 → 28.12.1 (#36988)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [common](https://truecharts.org/charts/library/common)
([source](https://ghcr.io/cloudnative-pg/postgis)) | major | `25.4.10`
-> `28.12.1` |

---

### Configuration

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

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2hlbG0iLCJ0eXBlL21ham9yIl19-->

---------

Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
Co-authored-by: alfi0812 <admin@alfi0812.de>
2025-07-06 01:57:44 +02:00

63 lines
1.4 KiB
YAML

image:
pullPolicy: IfNotPresent
repository: docker.io/pvrmza/docker-observium
tag: 20250519@sha256:7270b080730588727860b5aa56150464f4faf2f9f7ab7903ad9e380811571555
securityContext:
container:
readOnlyRootFilesystem: false
runAsNonRoot: false
runAsGroup: 0
runAsUser: 0
service:
main:
ports:
main:
port: 8668
protocol: http
targetPort: 80
udpport1:
enabled: true
ports:
udpport1:
enabled: true
port: 8514
protocol: udp
targetPort: 514
workload:
main:
podSpec:
containers:
main:
env:
OBSERVIUM_ADMIN_USER: "please-change"
OBSERVIUM_ADMIN_PASS: "Ch4angeME"
OBSERVIUM_base_url: ""
#
OBSERVIUM_auth_mechanism: "mysql"
OBSERVIUM_db_extension: "mysqli"
OBSERVIUM_db_host:
secretKeyRef:
expandObjectName: false
name: '{{ printf "%s-%s" .Release.Name "mariadbcreds" }}'
key: plainhost
OBSERVIUM_db_name: observium
OBSERVIUM_db_pass: "{{ .Values.mariadb.password }}"
OBSERVIUM_db_user: observium
OBSERVIUM_cache__enable: true
OBSERVIUM_cache__driver: "auto"
mariadb:
enabled: true
mariadbUsername: observium
mariadbDatabase: observium
persistence:
config:
enabled: true
mountPath: /config
varrun:
enabled: false