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