infra/kubernetes/piped/helm.yaml
Gabriel Simmer 35375f6272
All checks were successful
Lint / lint (push) Successful in 36s
Transition from Nix to YAML for Kubernetes manifests
2024-07-05 17:28:02 +01:00

42 lines
835 B
YAML

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: /