21 lines
396 B
YAML
21 lines
396 B
YAML
image:
|
|
repository: tccr.io/truecharts/openspeedtest
|
|
pullPolicy: IfNotPresent
|
|
tag: latest@sha256:7fd9794d7011a0bb1e9a291b2db8d693ff2192c9fe1161ebacbd0e8036592235
|
|
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
|
|
podSecurityContext:
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
service:
|
|
main:
|
|
protocol: HTTP
|
|
ports:
|
|
main:
|
|
targetPort: 3000
|
|
port: 10256
|