2023-08-29 13:07:05 +03:00
|
|
|
global:
|
2024-09-10 07:03:58 +03:00
|
|
|
app:
|
|
|
|
buildType: 'stable'
|
2023-08-29 13:07:05 +03:00
|
|
|
ingress:
|
|
|
|
enabled: false
|
|
|
|
className: ''
|
|
|
|
host: affine.pro
|
|
|
|
tls: []
|
2024-03-21 13:09:25 +03:00
|
|
|
secret:
|
|
|
|
secretName: 'server-private-key'
|
|
|
|
privateKey: ''
|
2023-08-29 13:07:05 +03:00
|
|
|
database:
|
|
|
|
user: 'postgres'
|
|
|
|
url: 'pg-postgresql'
|
|
|
|
port: '5432'
|
|
|
|
name: 'affine'
|
|
|
|
password: ''
|
|
|
|
gcloud:
|
|
|
|
enabled: false
|
|
|
|
# use for migration
|
|
|
|
cloudSqlInternal: ''
|
|
|
|
connectionName: ''
|
|
|
|
serviceAccount: ''
|
2023-12-15 16:28:12 +03:00
|
|
|
cloudProxyReplicas: 3
|
|
|
|
proxyPort: '5432'
|
2023-08-29 13:07:05 +03:00
|
|
|
redis:
|
|
|
|
enabled: true
|
|
|
|
host: 'redis-master'
|
|
|
|
port: '6379'
|
|
|
|
username: ''
|
|
|
|
password: ''
|
|
|
|
database: 0
|
2024-09-10 07:03:58 +03:00
|
|
|
objectStorage:
|
|
|
|
r2:
|
|
|
|
enabled: false
|
|
|
|
secretName: r2
|
|
|
|
accountId: ''
|
|
|
|
accessKeyId: ''
|
|
|
|
secretAccessKey: ''
|
2023-08-29 13:07:05 +03:00
|
|
|
gke:
|
|
|
|
enabled: true
|
2023-06-29 17:02:46 +03:00
|
|
|
|
|
|
|
graphql:
|
|
|
|
service:
|
|
|
|
type: ClusterIP
|
|
|
|
port: 3000
|
2024-04-19 10:35:11 +03:00
|
|
|
annotations:
|
2024-08-15 15:16:25 +03:00
|
|
|
cloud.google.com/backend-config: '{"default": "affine-api-backendconfig"}'
|
2023-06-29 17:02:46 +03:00
|
|
|
|
2023-08-29 13:07:05 +03:00
|
|
|
sync:
|
|
|
|
service:
|
|
|
|
type: ClusterIP
|
|
|
|
port: 3010
|
|
|
|
annotations:
|
2024-08-15 15:16:25 +03:00
|
|
|
cloud.google.com/backend-config: '{"default": "affine-api-backendconfig"}'
|
2023-08-29 13:07:05 +03:00
|
|
|
|
2024-09-10 07:03:58 +03:00
|
|
|
renderer:
|
|
|
|
service:
|
|
|
|
type: ClusterIP
|
|
|
|
port: 3000
|
|
|
|
annotations:
|
|
|
|
cloud.google.com/backend-config: '{"default": "affine-api-backendconfig"}'
|
|
|
|
|
2023-06-29 17:02:46 +03:00
|
|
|
web:
|
|
|
|
service:
|
|
|
|
type: ClusterIP
|
|
|
|
port: 8080
|