29 lines
567 B
YAML
29 lines
567 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: audreyt/ethercalc
|
|
tag: latest@sha256:f0568c0649a71e8e291acb5d812d4c71f9bbc06ab9476b3c7f0dc7f4750ebfa9
|
|
persistence: {}
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8084
|
|
protocol: tcp
|
|
targetPort: 8000
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
REDIS_PORT_6379_tcp_ADDR: ""
|
|
REDIS_PORT_6379_tcp_PORT: ""
|