fa1e7bd106
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linuxserver/smokeping](https://togithub.com/linuxserver/docker-smokeping/packages) ([source](https://togithub.com/linuxserver/docker-smokeping)) | digest | `120b449` -> `e275326` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuNCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
47 lines
875 B
YAML
47 lines
875 B
YAML
image:
|
|
repository: ghcr.io/linuxserver/smokeping
|
|
pullPolicy: IfNotPresent
|
|
tag: 2.8.2@sha256:e275326d439e6d60fc9b01989dc3c99eb9423d95532f02ff25e5814231cf8e66
|
|
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
|