40 lines
711 B
YAML
40 lines
711 B
YAML
image:
|
|
repository: tccr.io/truecharts/fluidd
|
|
tag: v1.25.3@sha256:896b62735c10732f085bfd9da758545e19864d3ebd31023533f154a156c803cb
|
|
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
|