chore: remove windmill pgbouncer config and values
This commit is contained in:
@@ -7,7 +7,6 @@ data:
|
|||||||
pgbouncer.ini: |
|
pgbouncer.ini: |
|
||||||
[databases]
|
[databases]
|
||||||
gitea = host=lunarfront-postgres-do-user-35277853-0.e.db.ondigitalocean.com port=25060 dbname=gitea user=gitea pool_mode=session pool_size=3
|
gitea = host=lunarfront-postgres-do-user-35277853-0.e.db.ondigitalocean.com port=25060 dbname=gitea user=gitea pool_mode=session pool_size=3
|
||||||
windmill = host=lunarfront-postgres-do-user-35277853-0.e.db.ondigitalocean.com port=25060 dbname=windmill user=windmill pool_mode=session pool_size=10
|
|
||||||
|
|
||||||
[pgbouncer]
|
[pgbouncer]
|
||||||
listen_port = 5432
|
listen_port = 5432
|
||||||
|
|||||||
@@ -1,55 +0,0 @@
|
|||||||
windmill:
|
|
||||||
databaseUrlSecretName: windmill-db
|
|
||||||
databaseUrlSecretKey: url
|
|
||||||
baseDomain: windmill.lunarfront.tech
|
|
||||||
baseProtocol: https
|
|
||||||
|
|
||||||
app:
|
|
||||||
resources:
|
|
||||||
requests:
|
|
||||||
cpu: 100m
|
|
||||||
memory: 256Mi
|
|
||||||
limits:
|
|
||||||
cpu: 1000m
|
|
||||||
memory: 512Mi
|
|
||||||
|
|
||||||
workerGroups:
|
|
||||||
- name: default
|
|
||||||
replicas: 1
|
|
||||||
resources:
|
|
||||||
requests:
|
|
||||||
cpu: 50m
|
|
||||||
memory: 128Mi
|
|
||||||
limits:
|
|
||||||
cpu: 2000m
|
|
||||||
memory: 1Gi
|
|
||||||
- name: native
|
|
||||||
replicas: 1
|
|
||||||
resources:
|
|
||||||
requests:
|
|
||||||
cpu: 50m
|
|
||||||
memory: 128Mi
|
|
||||||
limits:
|
|
||||||
cpu: 500m
|
|
||||||
memory: 256Mi
|
|
||||||
|
|
||||||
lsp:
|
|
||||||
enabled: false
|
|
||||||
|
|
||||||
postgresql:
|
|
||||||
enabled: false
|
|
||||||
|
|
||||||
pgbouncer:
|
|
||||||
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
|
|
||||||
tls:
|
|
||||||
- secretName: windmill-lunarfront-tech-tls
|
|
||||||
hosts:
|
|
||||||
- windmill.lunarfront.tech
|
|
||||||
Reference in New Issue
Block a user