# yaml-language-server: $schema=./values.schema.json image: pullPolicy: IfNotPresent repository: ghcr.io/hotio/rflood tag: latest@sha256:bc65f61d637db1c9414d37fe4892194820a64866b3892d17a6ccaf24335fabca persistence: config: enabled: true mountPath: /config securityContext: container: readOnlyRootFilesystem: false runAsGroup: 0 runAsUser: 0 service: main: ports: main: port: 3000 protocol: http targetPort: 3000 workload: main: podSpec: containers: main: env: FLOOD_AUTH: "false"