29 lines
499 B
YAML
29 lines
499 B
YAML
image:
|
|
repository: tccr.io/truecharts/slash
|
|
pullPolicy: IfNotPresent
|
|
tag: v0.4.5@sha256:3056d24b5da44b37e44d0052610a88e932fd715a47a45c2460e0d1aeef9ec03a
|
|
|
|
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
|