Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

argoCD managed version #32

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft
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
47 changes: 0 additions & 47 deletions kustomize/base/gorush/gorush-config.yaml

This file was deleted.

9 changes: 0 additions & 9 deletions kustomize/base/gorush/gorush-configmap.yaml

This file was deleted.

67 changes: 0 additions & 67 deletions kustomize/base/gorush/gorush-deployment.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions kustomize/base/gorush/gorush-namespace.yaml

This file was deleted.

24 changes: 0 additions & 24 deletions kustomize/base/gorush/gorush-redis-deployment.yaml

This file was deleted.

17 changes: 0 additions & 17 deletions kustomize/base/gorush/gorush-redis-service.yaml

This file was deleted.

15 changes: 0 additions & 15 deletions kustomize/base/gorush/gorush-service.yaml

This file was deleted.

14 changes: 0 additions & 14 deletions kustomize/base/gorush/kustomization.yaml

This file was deleted.

2 changes: 2 additions & 0 deletions kustomize/base/local/democracy-mongo-depl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ spec:
containers:
- name: democracy-mongo
image: mongo:4
ports:
- containerPort: 27017
volumeMounts:
- name: mongo-storage
mountPath: /data/db
Expand Down
3 changes: 3 additions & 0 deletions kustomize/base/main/bundestagio-admin-depl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ spec:
name: ai-votes-access-token
key: ACCESS_TOKEN
optional: false
ports:
- containerPort: 3000
protocol: TCP
envFrom:
- configMapRef:
name: bio-admin-config
Expand Down
3 changes: 3 additions & 0 deletions kustomize/base/main/bundestagio-depl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ spec:
containers:
- name: bundestagio
image: democracy/bundestag.io:0.1.58
ports:
- containerPort: 3100
protocol: TCP
envFrom:
- configMapRef:
name: bio-api-config
Expand Down
3 changes: 3 additions & 0 deletions kustomize/base/main/bundestagio-dip-depl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ spec:
containers:
- name: bundestagio-dip
image: democracy/bundestag.io-dip:0.1.7
ports:
- containerPort: 3101
protocol: TCP
envFrom:
- secretRef:
name: dip-api-token
Expand Down
3 changes: 3 additions & 0 deletions kustomize/base/main/democracy-api-depl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ spec:
containers:
- name: democracy-api
image: democracy/democracy-server:0.2.64
ports:
- containerPort: 3000
protocol: TCP
envFrom:
- configMapRef:
name: democracy-api-config
Expand Down
3 changes: 3 additions & 0 deletions kustomize/base/main/democracy-app-depl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ spec:
envFrom:
- configMapRef:
name: democracy-app-config
ports:
- containerPort: 3000
protocol: TCP
---
apiVersion: v1
kind: Service
Expand Down
2 changes: 0 additions & 2 deletions kustomize/base/main/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,12 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources:
- ../gorush
- bundestagio-admin-depl.yaml
- bundestagio-depl.yaml
- votes-ai.yaml
- bundestagio-dip-depl.yaml
- democracy-api-depl.yaml
- democracy-app-depl.yaml
- nats-depl.yaml
- democracy-sync-procedures-cronjob.yaml
- democracy-sync-named-polls-cronjob.yaml
- democracy-sync-deputy-profiles.yaml
Expand Down
50 changes: 0 additions & 50 deletions kustomize/base/main/nats-depl.yaml

This file was deleted.

3 changes: 3 additions & 0 deletions kustomize/base/main/qr-code-handler-depl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ spec:
- name: qr-code-handler
image: democracy/qr-code-handler:1.0.9
imagePullPolicy: Always
ports:
- containerPort: 3000
protocol: TCP
envFrom:
- configMapRef:
name: qr-code-handler-config
Expand Down
1 change: 0 additions & 1 deletion kustomize/overlays/local/push-notifications.env
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
APN_TOPIC=de.democracy-deutschland.clientapp.internal
GORUSH_URL=http://gorush:8088
APPLE_TEAMID=A4B84UJD7M