Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,132 changes: 566 additions & 566 deletions chart/README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion chart/templates/ai-api/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ spec:
args:
- -ec
- |
exec node -r ./tsconfig-paths-bootstrap.js dist/app/index.js
exec node -r ./tsconfig-paths-bootstrap.js dist/ai-api/index.js
{{- end }}
env:
- name: REDIS_PASSWORD
Expand Down
2 changes: 1 addition & 1 deletion chart/templates/cdn-invalidator-sub/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ spec:
args:
- -ec
- |
exec node -r ./tsconfig-paths-bootstrap.js dist/app/index.js
exec node -r ./tsconfig-paths-bootstrap.js dist/consumers/cdn-invalidator-sub/index.js
{{- end }}
env:
{{- include "carto._utils.generateSecretDefs" (dict "vars" (list
Expand Down
2 changes: 1 addition & 1 deletion chart/templates/import-api/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ spec:
args:
- -ec
- |
exec node -r ./tsconfig-paths-bootstrap.js dist/app/index.js
exec node -r ./tsconfig-paths-bootstrap.js dist/import-api/index.js
{{- end }}
env:
- name: WORKSPACE_POSTGRES_PASSWORD
Expand Down
2 changes: 1 addition & 1 deletion chart/templates/import-worker/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ spec:
args:
- -ec
- |
exec node -r ./tsconfig-paths-bootstrap.js dist/app/subscriber/index.js
exec node -r ./tsconfig-paths-bootstrap.js dist/import-api/subscriber/index.js
{{- end }}
env:
- name: WORKSPACE_POSTGRES_PASSWORD
Expand Down
2 changes: 1 addition & 1 deletion chart/templates/lds-api/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ spec:
args:
- -ec
- |
exec node -r ./tsconfig-paths-bootstrap.js dist/app/index.js
exec node -r ./tsconfig-paths-bootstrap.js dist/lds-api/index.js
{{- end }}
env:
- name: WORKSPACE_POSTGRES_PASSWORD
Expand Down
2 changes: 1 addition & 1 deletion chart/templates/maps-api/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ spec:
args:
- -ec
- |
exec node -r ./tsconfig-paths-bootstrap.js dist/app/index.js
exec node -r ./tsconfig-paths-bootstrap.js dist/maps-api/index.js
{{- end }}
env:
- name: WORKSPACE_POSTGRES_PASSWORD
Expand Down
2 changes: 1 addition & 1 deletion chart/templates/sql-worker/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ spec:
args:
- -ec
- |
exec node -r ./tsconfig-paths-bootstrap.js dist/app/subscriber/index.js
exec node -r ./tsconfig-paths-bootstrap.js dist/maps-api/subscriber/index.js
{{- end }}
env:
- name: WORKSPACE_POSTGRES_PASSWORD
Expand Down
2 changes: 1 addition & 1 deletion chart/templates/workspace-api/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ spec:
args:
- -ec
- |
exec node -r ./tsconfig-paths-bootstrap.js dist/app/index.js
exec node -r ./tsconfig-paths-bootstrap.js dist/workspace-api/index.js
{{- end }}
env:
- name: WORKSPACE_POSTGRES_PASSWORD
Expand Down
2 changes: 1 addition & 1 deletion chart/templates/workspace-subscriber/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ spec:
args:
- -ec
- |
exec node -r ./tsconfig-paths-bootstrap.js dist/app/subscriber/index.js
exec node -r ./tsconfig-paths-bootstrap.js dist/workspace-api/subscriber/index.js
{{- end }}
env:
- name: WORKSPACE_POSTGRES_PASSWORD
Expand Down
16 changes: 8 additions & 8 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1040,7 +1040,7 @@ importApi:
args:
[
"-c",
"node ./tsconfig-paths-bootstrap.js dist/app/scripts/ready-to-run.js && exec node -r /usr/src/app/tsconfig-paths-bootstrap.js /usr/src/app/dist/app/index.js",
"node ./tsconfig-paths-bootstrap.js dist/import-api/scripts/ready-to-run.js && exec node -r ./tsconfig-paths-bootstrap.js dist/import-api/index.js",
]
## @param importApi.hostAliases import-api pods host aliases
## https://kubernetes.io/docs/concepts/services-networking/add-entries-to-pod-etc-hosts-with-host-aliases/
Expand Down Expand Up @@ -1309,7 +1309,7 @@ importWorker:
args:
[
"-c",
"node -r /usr/src/app/tsconfig-paths-bootstrap.js /usr/src/app/dist/app/subscriber/index.js",
"node -r ./tsconfig-paths-bootstrap.js dist/import-api/subscriber/index.js",
]
## @param importWorker.hostAliases import-worker pods host aliases
## https://kubernetes.io/docs/concepts/services-networking/add-entries-to-pod-etc-hosts-with-host-aliases/
Expand Down Expand Up @@ -1592,7 +1592,7 @@ ldsApi:
args:
[
"-c",
"node ./tsconfig-paths-bootstrap.js dist/app/scripts/ready-to-run.js && exec node -r /usr/src/app/tsconfig-paths-bootstrap.js /usr/src/app/dist/app/index.js",
"node ./tsconfig-paths-bootstrap.js dist/lds-api/scripts/ready-to-run.js && exec node -r ./tsconfig-paths-bootstrap.js dist/lds-api/index.js",
]
## @param ldsApi.hostAliases lds-api pods host aliases
## https://kubernetes.io/docs/concepts/services-networking/add-entries-to-pod-etc-hosts-with-host-aliases/
Expand Down Expand Up @@ -1921,7 +1921,7 @@ mapsApi:
args:
[
"-c",
"node ./tsconfig-paths-bootstrap.js dist/app/scripts/ready-to-run.js && exec node -r /usr/src/app/tsconfig-paths-bootstrap.js /usr/src/app/dist/app/index.js",
"node ./tsconfig-paths-bootstrap.js dist/maps-api/scripts/ready-to-run.js && exec node -r ./tsconfig-paths-bootstrap.js dist/maps-api/index.js",
]
## @param mapsApi.hostAliases maps-api pods host aliases
## https://kubernetes.io/docs/concepts/services-networking/add-entries-to-pod-etc-hosts-with-host-aliases/
Expand Down Expand Up @@ -2225,7 +2225,7 @@ sqlWorker:
args:
[
"-c",
"node ./tsconfig-paths-bootstrap.js dist/app/scripts/ready-to-run.js && exec node -r /usr/src/app/tsconfig-paths-bootstrap.js /usr/src/app/dist/app/subscriber/index.js",
"node ./tsconfig-paths-bootstrap.js dist/maps-api/scripts/ready-to-run.js && exec node -r ./tsconfig-paths-bootstrap.js dist/maps-api/subscriber/index.js",
]
## @param sqlWorker.hostAliases sql-worker pods host aliases
## https://kubernetes.io/docs/concepts/services-networking/add-entries-to-pod-etc-hosts-with-host-aliases/
Expand Down Expand Up @@ -3599,7 +3599,7 @@ cdnInvalidatorSub:
args:
[
"-c",
"node -r /usr/src/app/cdn-invalidator-sub/tsconfig-paths-bootstrap.js /usr/src/app/cdn-invalidator-sub/dist/app/cdn-invalidator-sub/index.js",
"node -r ./tsconfig-paths-bootstrap.js dist/consumers/cdn-invalidator-sub/index.js",
]
## @param cdnInvalidatorSub.hostAliases cdnInvalidatorSub pods host aliases
## https://kubernetes.io/docs/concepts/services-networking/add-entries-to-pod-etc-hosts-with-host-aliases/
Expand Down Expand Up @@ -3931,7 +3931,7 @@ workspaceApi:
args:
[
"-c",
"node ./tsconfig-paths-bootstrap.js dist/app/scripts/ready-to-run.js && exec node -r /usr/src/app/tsconfig-paths-bootstrap.js /usr/src/app/dist/app/index.js",
"node ./tsconfig-paths-bootstrap.js dist/workspace-api/scripts/ready-to-run.js && exec node -r ./tsconfig-paths-bootstrap.js dist/workspace-api/index.js",
]
## @param workspaceApi.hostAliases workspace-api pods host aliases
## https://kubernetes.io/docs/concepts/services-networking/add-entries-to-pod-etc-hosts-with-host-aliases/
Expand Down Expand Up @@ -4200,7 +4200,7 @@ workspaceSubscriber:
args:
[
"-c",
"node ./tsconfig-paths-bootstrap.js dist/app/scripts/ready-to-run.js && exec node -r /usr/src/app/tsconfig-paths-bootstrap.js /usr/src/app/dist/app/subscriber/index.js",
"node ./tsconfig-paths-bootstrap.js dist/workspace-api/scripts/ready-to-run.js && exec node -r ./tsconfig-paths-bootstrap.js dist/workspace-api/subscriber/index.js",
]
## @param workspaceSubscriber.hostAliases workspace-subscriber pods host aliases
## https://kubernetes.io/docs/concepts/services-networking/add-entries-to-pod-etc-hosts-with-host-aliases/
Expand Down