summaryrefslogtreecommitdiffstats
path: root/kubernetes/values.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'kubernetes/values.yaml')
-rw-r--r--kubernetes/values.yaml56
1 files changed, 0 insertions, 56 deletions
diff --git a/kubernetes/values.yaml b/kubernetes/values.yaml
deleted file mode 100644
index 08def6e4..00000000
--- a/kubernetes/values.yaml
+++ /dev/null
@@ -1,56 +0,0 @@
-name: invidious
-
-image:
- repository: iv-org/invidious
- tag: latest
- pullPolicy: Always
-
-replicaCount: 1
-
-autoscaling:
- enabled: false
- minReplicas: 1
- maxReplicas: 16
- targetCPUUtilizationPercentage: 50
-
-service:
- type: clusterIP
- port: 3000
- #loadBalancerIP:
-
-resources: {}
- #requests:
- # cpu: 100m
- # memory: 64Mi
- #limits:
- # cpu: 800m
- # memory: 512Mi
-
-securityContext:
- allowPrivilegeEscalation: false
- runAsUser: 1000
- runAsGroup: 1000
- fsGroup: 1000
-
-# See https://github.com/helm/charts/tree/master/stable/postgresql
-postgresql:
- postgresqlUsername: kemal
- postgresqlPassword: kemal
- postgresqlDatabase: invidious
- initdbUsername: kemal
- initdbPassword: kemal
- initdbScriptsConfigMap: invidious-postgresql-init
-
-# 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: