# yaml-language-server: $schema=./values.schema.json image: repository: ghcr.io/fluidd-core/fluidd tag: v1.37.2@sha256:b31307e9e920c04b0d6fd2475012f3771e71443c9b2dabbecdbd0d16edea9e3b 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