catalog/incubator/vocechat-server/0.0.2/ix_values.yaml

35 lines
677 B
YAML

image:
repository: tccr.io/truecharts/vocechat-server
pullPolicy: IfNotPresent
tag: v0.3.38@sha256:a2af75f54ed922a0803f14d0839a25d51d5bc0f6127e972bcf5ee798efcfa5b8
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"
portal:
open:
enabled: true