image: repository: ghcr.io/fluidd-core/fluidd tag: v1.34.3@sha256:f2795ed23922f826374ea3be76cf37a22f87efa65238176ec7fa5f611c84dfad 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