25 lines
499 B
YAML
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
|