Files
truecharts/charts/dev/ethercalc/values.yaml
T
Kjeld Schouten-Lebbing 625f217b97 feat: Add E-Rang of UnRaid Ports (#3229)
* feat: Add E-Rang of UnRaid Ports

* remove non-passing Charts

* remove more non-working

* re
2022-07-20 21:13:02 +02:00

24 lines
442 B
YAML

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