29 lines
499 B
YAML
29 lines
499 B
YAML
image:
|
|
repository: tccr.io/truecharts/slash
|
|
pullPolicy: IfNotPresent
|
|
tag: v0.4.4@sha256:4ac7200db24d7e16b2fbb8550174060b7079d5164ea19444da7819f4a2ae7cda
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
protocol: http
|
|
port: 5231
|
|
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
SLASH_PORT: "{{ .Values.service.main.ports.main.port }}"
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/var/opt/slash"
|
|
|
|
portal:
|
|
open:
|
|
enabled: true
|