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