29 lines
600 B
YAML
29 lines
600 B
YAML
image:
|
|
repository: brandawg93/peanut
|
|
tag: 2.5.0@sha256:9624673053d8c38c64e932f836aa2c0a33256af391dd8aa2d79d222401cab768
|
|
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 }}"
|