Files
truecharts/charts/stable/vocechat-server/values.yaml
T

31 lines
640 B
YAML

image:
repository: docker.io/privoce/vocechat-server
pullPolicy: IfNotPresent
tag: v0.5.1@sha256:c4d79485398326858dfa9f6560fd46403bbc81ec89b86d01fbc420a1bc642beb
service:
main:
ports:
main:
protocol: http
port: 3009
vocechat:
frontend_url: localhost:3009
workload:
main:
podSpec:
containers:
main:
args:
- --network.bind
- 0.0.0.0:{{ .Values.service.main.ports.main.port }}
- --network.frontend_url
- "{{ .Values.vocechat.frontend_url }}"
persistence:
data:
enabled: true
mountPath: "/home/vocechat-server/data"