first commit
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: "{{ .Values.name }}-config"
|
||||
namespace: default
|
||||
data:
|
||||
invidious.yml: |
|
||||
db:
|
||||
dbname: invidious
|
||||
user: kemal
|
||||
password: ${INVIDIOUS_DB_PASSWORD}
|
||||
host: localhost
|
||||
port: 5432
|
||||
check_tables: true
|
||||
signature_server: localhost:12999
|
||||
visitor_data: ${VISITOR_DATA}
|
||||
po_token: ${PO_TOKEN}
|
||||
port: 3000
|
||||
hmac_key: ${INVIDIOUS_HMAC_KEY}
|
||||
Reference in New Issue
Block a user