Files

40 lines
1009 B
YAML

# yaml-language-server: $schema=./values.schema.json
image:
repository: ghcr.io/go-shiori/shiori
pullPolicy: IfNotPresent
tag: v1.8.0@sha256:d3bdfc1b68b8f267a04cf74d73b8a0e1d99ac71c3a9047375e97202f079eb1f6
service:
main:
ports:
main:
port: 10098
targetPort: 8080
workload:
main:
podSpec:
containers:
main:
env:
SHIORI_DIR: "{{ .Values.persistence.data.mountPath }}"
SHIORI_DBMS: "postgresql"
SHIORI_PG_PORT: "5432"
SHIORI_PG_USER: "{{ .Values.cnpg.main.user }}"
SHIORI_PG_NAME: "{{ .Values.cnpg.main.database }}"
SHIORI_PG_HOST:
secretKeyRef:
name: cnpg-main-urls
key: host
SHIORI_PG_PASS:
secretKeyRef:
name: cnpg-main-user
key: password
persistence:
data:
enabled: true
mountPath: /data
cnpg:
main:
enabled: true
user: shiori
password: shiori