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-06-15 07:29:02 +00:00
|
|
|
tag: latest@sha256:fecb3e57bc495947cb9338244db3ba7ef561ad54fbeb024ff245a19c2238267f
|
2022-03-21 17:41:38 +00:00
|
|
|
|
|
|
|
browserlessImage:
|
2022-03-22 10:32:49 +00:00
|
|
|
repository: tccr.io/truecharts/browserless-chrome
|
2022-04-26 09:56:48 +00:00
|
|
|
tag: v1.53.0-chrome@sha256:bba7c84a5c8c3c2b9518d8543f08b3669eeeda16837af4dc4c8065b7d87be08e
|
2022-03-21 17:41:38 +00:00
|
|
|
|
2022-06-07 17:41:19 +00:00
|
|
|
secretEnv:
|
2022-03-21 17:41:38 +00:00
|
|
|
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
|
2022-06-07 17:41:19 +00:00
|
|
|
REDIS_URL:
|
|
|
|
secretKeyRef:
|
|
|
|
name: rediscreds
|
|
|
|
key: url
|
2022-03-21 17:41:38 +00:00
|
|
|
|
|
|
|
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
|