infra/kubernetes/piped/helm.yaml

42 lines
835 B
YAML
Raw Permalink Normal View History

postgresql:
enabled: false
backend:
config:
FRONTEND_URL: "https://piped.gmem.ca"
API_URL: "https://pipedapi.gmem.ca"
PROXY_PART: "https://ytproxy.gmem.ca"
database:
connection_url: "jdbc:postgresql://192.168.50.236:5432/piped"
secret:
name: "postgres-piped"
username: "user"
password: "password"
frontend:
env:
BACKEND_HOSTNAME: "pipedapi.gmem.ca"
ingress:
main:
tls:
- hosts:
- piped.gmem.ca
hosts:
- host: piped.gmem.ca
paths:
- path: /
backend:
tls:
- hosts:
- pipedapi.gmem.ca
hosts:
- host: pipedapi.gmem.ca
paths:
- path: /
ytproxy:
tls:
- hosts:
- pipedproxy.gmem.ca
hosts:
- host: ytproxy.gmem.ca
paths:
- path: /