47 lines
875 B
YAML
47 lines
875 B
YAML
|
image:
|
||
|
repository: ghcr.io/linuxserver/smokeping
|
||
|
pullPolicy: IfNotPresent
|
||
|
tag: 2.8.2@sha256:f29d12bc12b3303db249c2fa92a087ae7ade400627fdaa0f47e97f3beeab6a7c
|
||
|
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
|
||
|
portal:
|
||
|
open:
|
||
|
enabled: true
|
||
|
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
|