image: repository: brandawg93/peanut tag: 2.5.2@sha256:49087fb9707ac8b3835ebfdf03aee4b0b723c35fe342b7b261a1030aa77f438e pullPolicy: IfNotPresent securityContext: container: readOnlyRootFilesystem: false runAsGroup: 0 runAsUser: 0 service: main: ports: main: port: 10688 portal: open: enabled: true workload: main: podSpec: containers: main: env: NUT_HOST: "localhost" NUT_PORT: 3493 USERNAME: "" PASSWORD: "" WEB_PORT: "{{ .Values.service.main.ports.main.port }}"