2020-02-04 03:49:18 +05:30
|
|
|
name: invidious
|
|
|
|
|
|
|
|
image:
|
2021-09-02 02:51:38 +05:30
|
|
|
repository: quay.io/invidious/invidious
|
2020-02-04 03:49:18 +05:30
|
|
|
tag: latest
|
|
|
|
pullPolicy: Always
|
|
|
|
|
|
|
|
replicaCount: 1
|
|
|
|
|
|
|
|
autoscaling:
|
|
|
|
enabled: false
|
|
|
|
minReplicas: 1
|
|
|
|
maxReplicas: 16
|
|
|
|
targetCPUUtilizationPercentage: 50
|
|
|
|
|
2020-09-06 02:16:51 +05:30
|
|
|
service:
|
2022-03-03 20:39:13 +05:30
|
|
|
type: ClusterIP
|
2020-09-06 02:16:51 +05:30
|
|
|
port: 3000
|
2020-09-06 13:07:43 +05:30
|
|
|
#loadBalancerIP:
|
2020-09-06 02:16:51 +05:30
|
|
|
|
2020-02-04 03:49:18 +05:30
|
|
|
resources: {}
|
|
|
|
#requests:
|
|
|
|
# cpu: 100m
|
|
|
|
# memory: 64Mi
|
|
|
|
#limits:
|
|
|
|
# cpu: 800m
|
|
|
|
# memory: 512Mi
|
|
|
|
|
|
|
|
securityContext:
|
|
|
|
allowPrivilegeEscalation: false
|
|
|
|
runAsUser: 1000
|
|
|
|
runAsGroup: 1000
|
|
|
|
fsGroup: 1000
|
|
|
|
|
2022-03-03 20:39:13 +05:30
|
|
|
# See https://github.com/bitnami/charts/tree/master/bitnami/postgresql
|
2020-02-04 03:49:18 +05:30
|
|
|
postgresql:
|
2023-01-09 21:11:59 +05:30
|
|
|
image:
|
|
|
|
tag: 13
|
2022-03-03 20:39:13 +05:30
|
|
|
auth:
|
|
|
|
username: kemal
|
|
|
|
password: kemal
|
|
|
|
database: invidious
|
|
|
|
primary:
|
|
|
|
initdb:
|
|
|
|
username: kemal
|
|
|
|
password: kemal
|
|
|
|
scriptsConfigMap: invidious-postgresql-init
|
2020-02-04 03:49:18 +05:30
|
|
|
|
|
|
|
# Adapted from ../config/config.yml
|
|
|
|
config:
|
|
|
|
channel_threads: 1
|
|
|
|
feed_threads: 1
|
|
|
|
db:
|
|
|
|
user: kemal
|
|
|
|
password: kemal
|
|
|
|
host: invidious-postgresql
|
|
|
|
port: 5432
|
|
|
|
dbname: invidious
|
|
|
|
full_refresh: false
|
|
|
|
https_only: false
|
|
|
|
domain:
|