48 lines
917 B
YAML
48 lines
917 B
YAML
windmill:
|
|
databaseUrlSecretName: windmill-db
|
|
databaseUrlSecretKey: url
|
|
baseUrl: https://windmill.lunarfront.tech
|
|
cookieDomain: lunarfront.tech
|
|
|
|
app:
|
|
resources:
|
|
requests:
|
|
cpu: 100m
|
|
memory: 256Mi
|
|
limits:
|
|
cpu: 1000m
|
|
memory: 512Mi
|
|
|
|
worker:
|
|
replicas: 1
|
|
resources:
|
|
requests:
|
|
cpu: 50m
|
|
memory: 128Mi
|
|
limits:
|
|
cpu: 2000m
|
|
memory: 1Gi
|
|
|
|
lsp:
|
|
enabled: false
|
|
|
|
postgresql:
|
|
enabled: false
|
|
|
|
ingress:
|
|
enabled: true
|
|
className: nginx
|
|
annotations:
|
|
nginx.ingress.kubernetes.io/ssl-redirect: "true"
|
|
nginx.ingress.kubernetes.io/proxy-body-size: "0"
|
|
cert-manager.io/cluster-issuer: letsencrypt-prod
|
|
hosts:
|
|
- host: windmill.lunarfront.tech
|
|
paths:
|
|
- path: /
|
|
pathType: Prefix
|
|
tls:
|
|
- secretName: windmill-lunarfront-tech-tls
|
|
hosts:
|
|
- windmill.lunarfront.tech
|