36 lines
655 B
YAML
36 lines
655 B
YAML
image:
|
|
repository: tccr.io/truecharts/slash
|
|
pullPolicy: IfNotPresent
|
|
tag: v0.3.0@sha256:365ce5f5b4a97939ec87d55ac5579701bc2c07d31457a578697bf9c0b5d8615a
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
protocol: http
|
|
port: 5231
|
|
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
path: "/"
|
|
readiness:
|
|
path: "/"
|
|
startup:
|
|
path: "/"
|
|
env:
|
|
SLASH_PORT: "{{ .Values.service.main.ports.main.port }}"
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/var/opt/slash"
|
|
|
|
portal:
|
|
open:
|
|
enabled: true
|