23 lines
519 B
YAML
23 lines
519 B
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
repository: docker.io/yourselfhosted/slash
|
|
pullPolicy: IfNotPresent
|
|
tag: 1.0.0@sha256:ce3cc51f39f0a55fc7d493e0968949bf3b2d78fe7f5b0f8376f38f4390aaca5d
|
|
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"
|