Files
truecharts/charts/stable/smokeping/values.yaml
T
82965339e2 chore(deps): update non-major (#1380)
* 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-11-22 21:56:56 +01:00

33 lines
540 B
YAML

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