Update file values.yaml
This commit is contained in:
@@ -1,25 +1,24 @@
|
|||||||
invidious:
|
name: invidious
|
||||||
name: invidious
|
|
||||||
|
|
||||||
image:
|
image:
|
||||||
repository: registry.durp.info/invidious/invidious
|
repository: registry.durp.info/invidious/invidious
|
||||||
tag: latest
|
tag: latest
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
|
|
||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
|
|
||||||
autoscaling:
|
autoscaling:
|
||||||
enabled: false
|
enabled: false
|
||||||
minReplicas: 1
|
minReplicas: 1
|
||||||
maxReplicas: 16
|
maxReplicas: 16
|
||||||
targetCPUUtilizationPercentage: 50
|
targetCPUUtilizationPercentage: 50
|
||||||
|
|
||||||
service:
|
service:
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
port: 3000
|
port: 3000
|
||||||
#loadBalancerIP:
|
#loadBalancerIP:
|
||||||
|
|
||||||
resources: {}
|
resources: {}
|
||||||
#requests:
|
#requests:
|
||||||
# cpu: 100m
|
# cpu: 100m
|
||||||
# memory: 64Mi
|
# memory: 64Mi
|
||||||
@@ -27,14 +26,14 @@ invidious:
|
|||||||
# cpu: 800m
|
# cpu: 800m
|
||||||
# memory: 512Mi
|
# memory: 512Mi
|
||||||
|
|
||||||
securityContext:
|
securityContext:
|
||||||
allowPrivilegeEscalation: false
|
allowPrivilegeEscalation: false
|
||||||
runAsUser: 1000
|
runAsUser: 1000
|
||||||
runAsGroup: 1000
|
runAsGroup: 1000
|
||||||
fsGroup: 1000
|
fsGroup: 1000
|
||||||
|
|
||||||
# See https://github.com/bitnami/charts/tree/master/bitnami/postgresql
|
# See https://github.com/bitnami/charts/tree/master/bitnami/postgresql
|
||||||
postgresql:
|
postgresql:
|
||||||
image:
|
image:
|
||||||
tag: 13
|
tag: 13
|
||||||
auth:
|
auth:
|
||||||
@@ -47,8 +46,8 @@ invidious:
|
|||||||
password: kemal
|
password: kemal
|
||||||
scriptsConfigMap: invidious-postgresql-init
|
scriptsConfigMap: invidious-postgresql-init
|
||||||
|
|
||||||
# Adapted from ../config/config.yml
|
# Adapted from ../config/config.yml
|
||||||
config:
|
config:
|
||||||
channel_threads: 1
|
channel_threads: 1
|
||||||
feed_threads: 1
|
feed_threads: 1
|
||||||
db:
|
db:
|
||||||
@@ -60,4 +59,3 @@ invidious:
|
|||||||
full_refresh: false
|
full_refresh: false
|
||||||
https_only: false
|
https_only: false
|
||||||
domain:
|
domain:
|
||||||
|
|
||||||
Reference in New Issue
Block a user