values.yaml 937 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. name: invidious
  2. image:
  3. repository: omarroth/invidious
  4. tag: latest
  5. pullPolicy: Always
  6. replicaCount: 1
  7. autoscaling:
  8. enabled: false
  9. minReplicas: 1
  10. maxReplicas: 16
  11. targetCPUUtilizationPercentage: 50
  12. resources: {}
  13. #requests:
  14. # cpu: 100m
  15. # memory: 64Mi
  16. #limits:
  17. # cpu: 800m
  18. # memory: 512Mi
  19. securityContext:
  20. allowPrivilegeEscalation: false
  21. runAsUser: 1000
  22. runAsGroup: 1000
  23. fsGroup: 1000
  24. # See https://github.com/helm/charts/tree/master/stable/postgresql
  25. postgresql:
  26. postgresqlUsername: kemal
  27. postgresqlPassword: kemal
  28. postgresqlDatabase: invidious
  29. initdbUsername: kemal
  30. initdbPassword: kemal
  31. initdbScriptsConfigMap: invidious-postgresql-init
  32. # Adapted from ../config/config.yml
  33. config:
  34. channel_threads: 1
  35. feed_threads: 1
  36. db:
  37. user: kemal
  38. password: kemal
  39. host: invidious-postgresql
  40. port: 5432
  41. dbname: invidious
  42. full_refresh: false
  43. https_only: false
  44. domain: