Files
LiquidCode_Cluster/liquid-code/values.yaml
Roman Pytkov e7e3cb8c23 Updates services and ingress configurations
Updates the chart and app versions.

Modifies service configurations to use port 80 for both the testing module gateway and worker services.

Updates ingress to include a host for the tester, directing traffic to the testing module gateway service on port 80.

Updates backend deployment to include the correct URL for the testing module and the base service URL.

Disables database dropping on application startup.
2025-11-02 16:58:54 +03:00

17 lines
365 B
YAML

s3:
endpointUrl: https://storage.yandexcloud.net
secretName: s3-credentials
accessKeyRef: ACCESS_KEY_ID
secretKeyRef: ACCESS_SECRET_KEY
privateBucket: liquid-code
publicBucket: liquid-code-public
jwt:
secretName: jwt-secrets
database:
secretName: liquid-db-app
migrateDb: true
dropDb: false
frontend:
enable: true
testingModule:
enable: true