Files
truecharts/charts/stable/smokeping/values.yaml
T
e8dbca32f5 chore(deps): update non-major (#1449)
* chore(deps): update non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2021-12-03 15:07:49 +01:00

33 lines
542 B
YAML

image:
repository: tccr.io/truecharts/smokeping
pullPolicy: IfNotPresent
tag: version-2.7.3-r5@sha256:e56ba2420901250afb865a7e03e43956dcff17503ce44c48b20064980a42f5a4
env:
PUID: 568
strategy:
type: Recreate
service:
main:
ports:
main:
port: 10030
targetPort: 80
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
persistence:
config:
enabled: true
mountPath: "/config"
data:
enabled: true
mountPath: "/data"