2022-03-21 17:41:38 +00:00
|
|
|
image:
|
2022-03-22 10:32:49 +00:00
|
|
|
repository: tccr.io/truecharts/rsshub
|
2022-03-21 17:41:38 +00:00
|
|
|
pullPolicy: IfNotPresent
|
2022-03-22 10:32:49 +00:00
|
|
|
tag: v2022-03@sha256:3e80aa5d9d3f10bdcfcb80c0fcf5000772a3b4ce915253cc8f0d8b94b1e0fa8e
|
2022-03-21 17:41:38 +00:00
|
|
|
|
|
|
|
browserlessImage:
|
2022-03-22 10:32:49 +00:00
|
|
|
repository: tccr.io/truecharts/browserless-chrome
|
|
|
|
tag: v1.51.1-chrome@sha256:39b1e2641af7fb437a8dbe886dc8cb1f613835338f2d8f9c57516f97716d5467
|
2022-03-21 17:41:38 +00:00
|
|
|
|
|
|
|
envValueFrom:
|
|
|
|
REDIS_URL:
|
|
|
|
secretKeyRef:
|
|
|
|
name: rediscreds
|
|
|
|
key: url
|
|
|
|
|
|
|
|
secret:
|
|
|
|
HTTP_BASIC_AUTH_NAME: ""
|
|
|
|
HTTP_BASIC_AUTH_PASS: ""
|
|
|
|
BITBUCKET_USERNAME: ""
|
|
|
|
BITBUCKET_PASSWORD: ""
|
|
|
|
GITHUB_ACCESS_TOKEN: ""
|
|
|
|
GOOGLE_FONTS_API_KEY: ""
|
|
|
|
YOUTUBE_KEY: ""
|
|
|
|
TELEGRAM_TOKEN: ""
|
|
|
|
LASTFM_API_KEY: ""
|
|
|
|
|
|
|
|
env:
|
|
|
|
PORT: "{{ .Values.service.main.ports.main.port }}"
|
|
|
|
NODE_ENV: production
|
|
|
|
CACHE_TYPE: "redis"
|
|
|
|
PUPPETEER_WS_ENDPOINT: "ws://localhost:3000"
|
|
|
|
NODE_NAME: "{{ .Release.Name }}-{{ randAlphaNum 5 }}"
|
|
|
|
# User defined
|
|
|
|
# ALLOW_ORIGIN: ""
|
|
|
|
DISALLOW_ROBOT: false
|
|
|
|
TITLE_LENGTH_LIMIT: 150
|
|
|
|
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
port: 10191
|
|
|
|
|
|
|
|
# Enabled redis
|
|
|
|
redis:
|
|
|
|
enabled: true
|
|
|
|
existingSecret: "rediscreds"
|
|
|
|
|
|
|
|
additionalContainers:
|
|
|
|
browserless:
|
|
|
|
name: browserless
|
|
|
|
image: "{{ .Values.browserlessImage.repository }}:{{ .Values.browserlessImage.tag }}"
|
|
|
|
ports:
|
|
|
|
- containerPort: 3000
|
|
|
|
name: main
|