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

23 lines
574 B
YAML

apiVersion: v1
data:
newleaf-configuration.py: |-
# ==============================
# You MUST set these settings.
# ==============================
# A URL that this site can be accessed on. Do not include a trailing slash.
website_origin = "http://newleaf.martyn.berlin"
# ==============================
# These settings are optional.
# ==============================
# The address of the interface to bind to.
#bind_host = "0.0.0.0"
# The port to bind to.
#bind_port = 3000
kind: ConfigMap
metadata:
name: newleaf