Update file values.yaml
This commit is contained in:
@@ -1,63 +1,61 @@
|
|||||||
invidious:
|
name: invidious
|
||||||
name: invidious
|
|
||||||
|
image:
|
||||||
|
repository: registry.durp.info/invidious/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/bitnami/charts/tree/master/bitnami/postgresql
|
||||||
|
postgresql:
|
||||||
image:
|
image:
|
||||||
repository: registry.durp.info/invidious/invidious
|
tag: 13
|
||||||
tag: latest
|
auth:
|
||||||
pullPolicy: Always
|
username: kemal
|
||||||
|
password: kemal
|
||||||
replicaCount: 1
|
database: invidious
|
||||||
|
primary:
|
||||||
autoscaling:
|
initdb:
|
||||||
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/bitnami/charts/tree/master/bitnami/postgresql
|
|
||||||
postgresql:
|
|
||||||
image:
|
|
||||||
tag: 13
|
|
||||||
auth:
|
|
||||||
username: kemal
|
username: kemal
|
||||||
password: kemal
|
password: kemal
|
||||||
database: invidious
|
scriptsConfigMap: invidious-postgresql-init
|
||||||
primary:
|
|
||||||
initdb:
|
# Adapted from ../config/config.yml
|
||||||
username: kemal
|
config:
|
||||||
password: kemal
|
channel_threads: 1
|
||||||
scriptsConfigMap: invidious-postgresql-init
|
feed_threads: 1
|
||||||
|
db:
|
||||||
# Adapted from ../config/config.yml
|
user: kemal
|
||||||
config:
|
password: kemal
|
||||||
channel_threads: 1
|
host: invidious-postgresql
|
||||||
feed_threads: 1
|
port: 5432
|
||||||
db:
|
dbname: invidious
|
||||||
user: kemal
|
full_refresh: false
|
||||||
password: kemal
|
https_only: false
|
||||||
host: invidious-postgresql
|
domain:
|
||||||
port: 5432
|
|
||||||
dbname: invidious
|
|
||||||
full_refresh: false
|
|
||||||
https_only: false
|
|
||||||
domain:
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user