-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* save and cosv divide in gateway * added cosv deployment templates for helm chart * Update values.yaml * modified agent service templates * removed properties from configmaps to app native properties. * removed s3 and mysql for dev deploy * codehub logo for cosv front * set all links for cosv to gitlink * yaml files merged * deleted gateway host port * updated README * fix storage.yml * yaml files merged * fixed values.yaml * fix * fix storage dict * fixed default for proxy * add optional proxy params * fix * fix * properties moved from kube to main prop file --------- Co-authored-by: Andrey Kuleshov <[email protected]>
- Loading branch information
Showing
59 changed files
with
752 additions
and
769 deletions.
There are no files selected for viewing
9 changes: 9 additions & 0 deletions
9
api-gateway/src/main/resources/application-kubernetes.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
gateway.backend.url=http://backend | ||
gateway.frontend.url=http://frontend | ||
gateway.demo-cpg.url=http://demo-cpg | ||
gateway.demo.url=http://demo | ||
server.shutdown=graceful | ||
management.endpoints.web.exposure.include=* | ||
management.server.port=5301 | ||
logging.level.org.springframework=DEBUG | ||
logging.level.com.saveourtool=DEBUG |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
save-backend/src/main/resources/application-kubernetes.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
backend.preprocessor-url=http://preprocessor | ||
backend.orchestrator-url=http://orchestrator | ||
backend.demo-url=http://demo | ||
backend.loki.url=http://loki:3100 | ||
backend.loki.labels.agent-container-name=pod | ||
backend.loki.labels.application-name=app | ||
backend.agent-settings.backend-url=http://save-backend | ||
server.shutdown=graceful | ||
management.endpoints.web.exposure.include=* | ||
management.server.port=5801 | ||
spring.datasource.url=${spring.datasource.backend-url} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 0 additions & 14 deletions
14
save-cloud-charts/save-cloud/templates/agent-backend-service.yaml
This file was deleted.
Oops, something went wrong.
14 changes: 0 additions & 14 deletions
14
save-cloud-charts/save-cloud/templates/agent-demo-service.yaml
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
24 changes: 0 additions & 24 deletions
24
save-cloud-charts/save-cloud/templates/agent-network-policy-demo.yaml
This file was deleted.
Oops, something went wrong.
29 changes: 0 additions & 29 deletions
29
save-cloud-charts/save-cloud/templates/agent-network-policy-general.yaml
This file was deleted.
Oops, something went wrong.
48 changes: 0 additions & 48 deletions
48
save-cloud-charts/save-cloud/templates/agent-network-policy-orchestrator.yaml
This file was deleted.
Oops, something went wrong.
14 changes: 0 additions & 14 deletions
14
save-cloud-charts/save-cloud/templates/agent-orchestrator-service.yaml
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.