* chore(deps): update docker general non-major * Commit bumped App Version Signed-off-by: TrueCharts-Bot <bot@truecharts.org> Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
29 lines
483 B
YAML
29 lines
483 B
YAML
image:
|
|
repository: tccr.io/truecharts/openspeedtest
|
|
pullPolicy: IfNotPresent
|
|
tag: latest@sha256:d34f267432b853a42d9f417e8d26c3c5181b231a45af148fbdbc8beb55aae254
|
|
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
|
|
podSecurityContext:
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
service:
|
|
main:
|
|
protocol: HTTP
|
|
ports:
|
|
main:
|
|
targetPort: 3000
|
|
port: 10251
|
|
|
|
probes:
|
|
liveness:
|
|
path: "/"
|
|
readiness:
|
|
path: "/"
|
|
startup:
|
|
path: "/"
|