# yaml-language-server: $schema=./values.schema.json image: pullPolicy: IfNotPresent repository: docker.io/hkalexling/mango tag: latest@sha256:14b5e1dd467f5a2736cf6847f3be193a522c5fdd36d61b797652a2d513776911 persistence: config: enabled: true mountPath: /root/.config/mango data: enabled: true mountPath: /root/mango securityContext: container: readOnlyRootFilesystem: false runAsGroup: 0 runAsUser: 0 service: main: ports: main: port: 9000 protocol: tcp targetPort: 9000