infra4talos/apps-kustomized/cloudtube/configmap.yaml
Martyn Ranyard 27440ecae7 cloudtube and newleaf
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
2023-11-14 12:11:49 +01:00

24 lines
763 B
YAML

apiVersion: v1
data:
cloudtube.config.js: |
module.exports = {
/*
Copy this file to `config.js`, and add options here.
They'll override the options from `utils/constants.js`.
For example, the next block changes the default instance.
*/
user_settings: {
instance: {
default: "http://newleaf.martyn.berlin"
}
},
/*
If cloudtube and Newleaf is not in same docker-network, you need to also set local_instance_origin.
*/
server_setup: {
local_instance_origin: "http://newleaf.cloudtube.svc.cluster.local:3000"
}
}
kind: ConfigMap
metadata:
name: cloudtube