Files
truecharts/charts/stable/smokeping/values.yaml
T

46 lines
895 B
YAML

# yaml-language-server: $schema=./values.schema.json
image:
repository: ghcr.io/linuxserver/smokeping
pullPolicy: IfNotPresent
tag: 2.9.0@sha256:8dd68d8483cbd461b0d32365254c8fd59778efb9dc8064517f85dc27eae41433
strategy:
type: Recreate
service:
main:
ports:
main:
port: 10030
targetPort: 80
persistence:
config:
enabled: true
mountPath: "/config"
data:
enabled: true
mountPath: "/data"
varrun:
enabled: false
securityContext:
container:
capabilities:
add:
- NET_RAW
readOnlyRootFilesystem: false
runAsNonRoot: false
allowPrivilegeEscalation: true
runAsUser: 0
runAsGroup: 0
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
type: tcp
readiness:
type: tcp
startup:
type: tcp