TrueChartsClone/charts/stable/slash/values.yaml

25 lines
490 B
YAML

image:
repository: yourselfhosted/slash
pullPolicy: IfNotPresent
tag: 1.0.0@sha256:4b8301c44297db01695a2676e2f9b55f93883676b706d679a8e4ab02772c50ce
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