Files
truecharts/charts/incubator/ethercalc/values.yaml
T
Stavros Kois 9056d3c8f7 fix(incubator): some cleanup (#3586)
* fix(arksurvival): cleanup

* cleanup

* update questions

* chore(incubator): some cleanup

* remove enabled true from main services

* bump all incubator

* lint

* empty lines

* emtpy line
2022-08-27 02:12:33 +03:00

25 lines
499 B
YAML

env:
REDIS_PORT_6379_TCP_ADDR: ""
REDIS_PORT_6379_TCP_PORT: ""
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/ethercalc
tag: latest@sha256:0c477806d40756c51356f02eb7a1b28ed0122ca1a3eb1a12df176343c5087d0f
persistence: {}
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
service:
main:
ports:
main:
port: 8084
protocol: TCP
targetPort: 8000
portal:
enabled: true