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-08-17 11:01:00 +00:00
|
|
|
tag: latest@sha256:1bea2ef081798332fa808e82d0287fffb9e6b7ef808cd87d6ec9374e7aa7ffc3
|
2022-03-21 17:41:38 +00:00
|
|
|
|
|
|
|
browserlessImage:
|
2022-03-22 10:32:49 +00:00
|
|
|
repository: tccr.io/truecharts/browserless-chrome
|
2022-07-25 18:36:51 +00:00
|
|
|
tag: v1.54.0-chrome@sha256:b078160d79d98b8ec67ef9e367856f466f1454b87da808c76a8dcb3c5e5d3c18
|
2022-03-21 17:41:38 +00:00
|
|
|
|
2022-06-15 08:24:53 +00:00
|
|
|
securityContext:
|
|
|
|
runAsNonRoot: false
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
|
|
|
|
podSecurityContext:
|
|
|
|
runAsUser: 0
|
|
|
|
runAsGroup: 0
|
|
|
|
|
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
|
2022-08-08 21:25:02 +00:00
|
|
|
|
|
|
|
portal:
|
|
|
|
enabled: true
|