remove deprecated invidious ConfigMap files
This commit is contained in:
@@ -1,41 +0,0 @@
|
|||||||
---
|
|
||||||
apiVersion: v1
|
|
||||||
kind: ConfigMap
|
|
||||||
metadata:
|
|
||||||
name: invidious-config
|
|
||||||
namespace: default
|
|
||||||
data:
|
|
||||||
config.yaml: |
|
|
||||||
db:
|
|
||||||
dbname: invidious
|
|
||||||
user: kemal
|
|
||||||
password: ${POSTGRES_PASSWORD}
|
|
||||||
host: "invidious-db"
|
|
||||||
port: 5432
|
|
||||||
check_tables: true
|
|
||||||
invidious_companion:
|
|
||||||
- private_url: "http://companion:8282"
|
|
||||||
public_url: "http://localhost:8282"
|
|
||||||
invidious_companion_key: ${COMPANION_KEY}
|
|
||||||
hmac_key: ${HMAC_KEY}
|
|
||||||
|
|
||||||
---
|
|
||||||
apiVersion: v1
|
|
||||||
kind: ConfigMap
|
|
||||||
metadata:
|
|
||||||
name: invidious-config-template
|
|
||||||
namespace: default
|
|
||||||
data:
|
|
||||||
config-template.yaml: |
|
|
||||||
db:
|
|
||||||
dbname: invidious
|
|
||||||
user: kemal
|
|
||||||
password: "__POSTGRES_PASSWORD__"
|
|
||||||
host: "invidious-db"
|
|
||||||
port: 5432
|
|
||||||
check_tables: true
|
|
||||||
invidious_companion:
|
|
||||||
- private_url: "http://companion:8282"
|
|
||||||
public_url: "http://localhost:8282"
|
|
||||||
invidious_companion_key: "__COMPANION_KEY__"
|
|
||||||
hmac_key: "__HMAC_KEY__"
|
|
||||||
Reference in New Issue
Block a user