# yaml-language-server: $schema=./values.schema.json image: pullPolicy: IfNotPresent repository: registry tag: 3@sha256:1be55279f18a2fe1a74edf2664cac61c1bea305b7b4642dab412e7affdcb3e33 persistence: datastoragepath: enabled: true mountPath: /var/lib/registry securityContext: container: readOnlyRootFilesystem: false runAsGroup: 0 runAsUser: 0 service: main: ports: main: port: 5000 protocol: tcp targetPort: 5000