2023-08-01 09:25:32 +00:00
|
|
|
image:
|
2023-11-17 10:34:06 +00:00
|
|
|
repository: ghcr.io/linuxserver/smokeping
|
2023-08-01 09:25:32 +00:00
|
|
|
pullPolicy: IfNotPresent
|
2023-11-17 10:34:06 +00:00
|
|
|
tag: 2.8.2@sha256:9c2cc2c3d2990b2d4f4e515e3dc83590f46680bcfee0715384628eacc4048563
|
2023-08-01 09:25:32 +00:00
|
|
|
strategy:
|
|
|
|
type: Recreate
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
port: 10030
|
|
|
|
targetPort: 80
|
|
|
|
persistence:
|
|
|
|
config:
|
|
|
|
enabled: true
|
|
|
|
mountPath: "/config"
|
|
|
|
data:
|
|
|
|
enabled: true
|
|
|
|
mountPath: "/data"
|
2023-08-06 09:05:34 +00:00
|
|
|
varrun:
|
|
|
|
enabled: false
|
2023-08-01 09:25:32 +00:00
|
|
|
portal:
|
|
|
|
open:
|
|
|
|
enabled: true
|
|
|
|
securityContext:
|
|
|
|
container:
|
2023-08-08 10:22:08 +00:00
|
|
|
capabilities:
|
|
|
|
add:
|
|
|
|
- NET_RAW
|
2023-08-01 09:25:32 +00:00
|
|
|
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
|