Skip to content
Snippets Groups Projects
Verified Commit 4269c1c0 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Limit resources and fix config

parent 1d6af5de
No related branches found
No related tags found
No related merge requests found
Pipeline #43770 passed
...@@ -15,6 +15,14 @@ config: ...@@ -15,6 +15,14 @@ config:
host: db-vip.teckids.org host: db-vip.teckids.org
# password: SET_BY_CI # password: SET_BY_CI
domain: you.leopard.tube domain: you.leopard.tube
channel_threads: 4
check_tables: true
feed_threads: 4
full_refresh: false
https_only: true
login_enabled: false
registration_enabled: false
admin_email: root@teckids.org
ingress: ingress:
enabled: true enabled: true
...@@ -25,3 +33,11 @@ ingress: ...@@ -25,3 +33,11 @@ ingress:
host: you.leopard.tube host: you.leopard.tube
path: / path: /
tls: true tls: true
resources:
requests:
cpu: 100m
memory: 64Mi
limits:
cpu: 800m
memory: 512Mi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment