25 lines
490 B
YAML
25 lines
490 B
YAML
image:
|
|
repository: yourselfhosted/slash
|
|
pullPolicy: IfNotPresent
|
|
tag: 1.0.0@sha256:1fe4218f81c96d91641e04c0e03a1ded1c18571a96c114aa0443a7d7789db253
|
|
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
|