40 lines
710 B
YAML
40 lines
710 B
YAML
image:
|
|
repository: tccr.io/truecharts/fluidd
|
|
tag: 1.23.3@sha256:b35f506d6ee5e50c32e65ea48dad73e7f4ccc8a948c743e6b68b161c8f82cd69
|
|
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
|