26 lines
482 B
YAML
26 lines
482 B
YAML
env: {}
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/convos
|
|
tag: vstable@sha256:a96511d3edb16799e50d08475c1a393fbe432282bc531d0c5920bf00b9a1835d
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
mountPath: /data
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 3520
|
|
protocol: TCP
|
|
targetPort: 3000
|
|
|
|
portal:
|
|
enabled: true
|