Files
truecharts/charts/incubator/bender/values.yaml
T
Stavros KoisandGitHub 68b73158d5 feat(bender): add bender (#3807)
* feat(bender): add bender

* Update charts/incubator/bender/values.yaml

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

* protocol

* huh?

* Update charts/incubator/bender/values.yaml

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

* Update values.yaml

* Update charts/incubator/bender/values.yaml

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

* Update charts/incubator/bender/values.yaml

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

* Update charts/incubator/bender/values.yaml

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

* Update charts/incubator/bender/values.yaml

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

* Update charts/incubator/bender/values.yaml

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

* Update charts/incubator/bender/questions.yaml

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

* Update charts/incubator/bender/questions.yaml

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2022-09-19 13:04:57 +02:00

35 lines
588 B
YAML

image:
repository: tccr.io/truecharts/bender
tag: v1.0.3@sha256:28728f8b8d485c295ab19e96e6f90df111f6e0aa048b7d679222c63e4bf759b5
pullPolicy: IfNotPresent
podSecurityContext:
runAsUser: 0
runAsGroup: 0
securityContext:
runAsNonRoot: false
readOnlyRootFilesystem: false
bender:
init_assets: true
env:
INIT_ASSETS: '{{ ternary "1" "0" .Values.bender.init_assets }}'
service:
main:
ports:
main:
port: 10353
protocol: HTTP
targetPort: 8080
persistence:
config:
enabled: true
mountPath: /app/static
portal:
enabled: true