40 lines
711 B
YAML
40 lines
711 B
YAML
image:
|
|
repository: tccr.io/truecharts/fluidd
|
|
tag: v1.25.1@sha256:7f561d5c4b6c3a985c9a0efe47b3411d2670ed5f86ec62bf3af15e00fa0350b6
|
|
pullPolicy: IfNotPresent
|
|
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
type: http
|
|
path: /
|
|
readiness:
|
|
type: http
|
|
path: /
|
|
startup:
|
|
type: http
|
|
path: /
|
|
env: {}
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10224
|
|
targetPort: 80
|
|
|
|
portal:
|
|
open:
|
|
enabled: true
|