TrueChartsCatalogClone/stable/tt-rss/12.0.10/ix_values.yaml

60 lines
1.3 KiB
YAML
Raw Normal View History

2023-08-01 09:25:32 +00:00
image:
repository: ghcr.io/k8s-at-home/tt-rss
2023-08-01 09:25:32 +00:00
pullPolicy: IfNotPresent
tag: v2.0.9113@sha256:217951fc8f013623923850c865d87509172914fc01f9227559e3d6e6096c15b3
2023-08-01 09:25:32 +00:00
service:
main:
ports:
main:
port: 10104
targetPort: 8080
2023-08-01 09:25:32 +00:00
persistence:
config:
enabled: true
mountPath: /config
plugins:
enabled: true
mountPath: /app/plugins.local
themes:
2023-08-01 09:25:32 +00:00
enabled: true
mountPath: /app/themes.local
2023-08-01 09:25:32 +00:00
cnpg:
main:
enabled: true
user: tt-rss
database: tt-rss
2023-08-01 09:25:32 +00:00
portal:
open:
enabled: true
2023-08-01 09:25:32 +00:00
securityContext:
container:
readOnlyRootFilesystem: false
runAsNonRoot: false
2023-08-01 09:25:32 +00:00
runAsUser: 0
runAsGroup: 0
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
type: tcp
readiness:
type: tcp
startup:
type: tcp
env:
TTRSS_SELF_URL_PATH: ""
TTRSS_DB_NAME: "{{ .Values.cnpg.main.database }}"
TTRSS_DB_USER: "{{ .Values.cnpg.main.user }}"
TTRSS_DB_PORT: "5432"
TTRSS_DB_PASS:
2023-08-01 09:25:32 +00:00
secretKeyRef:
name: cnpg-main-user
key: password
TTRSS_DB_HOST:
2023-08-01 09:25:32 +00:00
secretKeyRef:
name: cnpg-main-urls
key: host