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
23 changes: 0 additions & 23 deletions app/gke/arangodb.yaml

This file was deleted.

12 changes: 11 additions & 1 deletion app/gke/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,20 @@ resources:
- ../bases
- letsencrypt-issuer.yaml
patchesStrategicMerge:
- arangodb.yaml
- tracker-api-deployment.yaml
- tracker-frontend-deployment.yaml
- publicgateway.yaml
- certificate.yaml
- knative/config/queues.yaml
- arangodb-deployment.yaml
replicas:
- name: tracker-frontend
count: 2
- name: tracker-api
count: 2
- name: arango-deployment-replication-operator
count: 1
- name: arango-deployment-operator
count: 1
- name: arango-storage-operator
count: 1
23 changes: 0 additions & 23 deletions app/test/arangodb.yaml

This file was deleted.

12 changes: 11 additions & 1 deletion app/test/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,17 @@ resources:
patchesStrategicMerge:
- publicgateway.yaml
- knative/config/queues.yaml
- arangodb.yaml
replicas:
- name: tracker-frontend
count: 2
- name: tracker-api
count: 2
- name: arango-deployment-replication-operator
count: 1
- name: arango-deployment-operator
count: 1
- name: arango-storage-operator
count: 1
secretGenerator:
- envs:
- arangodb.env
Expand Down