Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
Merge pull request #30 from at-gmbh/feature/rds
Browse files Browse the repository at this point in the history
Implement RDS as external database
  • Loading branch information
davidspek authored Apr 29, 2021
2 parents 22fcabe + ec84807 commit ae338eb
Show file tree
Hide file tree
Showing 67 changed files with 799 additions and 219 deletions.
6 changes: 3 additions & 3 deletions distribution/argocd-applications/argocd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ metadata:
spec:
project: default
source:
repoURL: https://github.com/argoflow/argoflow-aws
targetRevision: HEAD
path: argocd
repoURL: <<__git_repo.url__>>
targetRevision: <<__git_repo.target_revision__>>
path: distribution/argocd
kustomize:
version: v4.0.5
destination:
Expand Down
6 changes: 3 additions & 3 deletions distribution/argocd-applications/aws-cluster-autoscaler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@ spec:
helm:
parameters:
- name: "rbac.serviceAccount.annotations.eks\\.amazonaws\\.com/role-arn"
value: <SETUP_CONF.ROLE_ARN.CLUSTER_AUTOSCALER>
value: <<__role_arn.cluster_autoscaler__>>
- name: cloudProvider
value: aws
- name: image.repository
value: us.gcr.io/k8s-artifacts-prod/autoscaling/cluster-autoscaler
- name: image.tag
value: v1.20.0
- name: autoDiscovery.clusterName
value: <SETUP_CONF.CLUSTER_NAME>
value: <<__cluster_name__>>
- name: autoDiscovery.enabled
value: "true"
- name: awsRegion
value: <SETUP_CONF.AWS_REGION>
value: <<__aws_region__>>
- name: extraArgs.balance-similar-node-groups
value: "true"
- name: extraArgs.scale-down-enabled
Expand Down
6 changes: 3 additions & 3 deletions distribution/argocd-applications/aws-external-dns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ spec:
helm:
parameters:
- name: aws.region
value: <SETUP_CONF.AWS_REGION>
value: <<__aws_region__>>
- name: domainFilters[0]
value: <SETUP_CONF.DOMAIN>
value: <<__domain__>>
- name: rbac.create
value: "true"
- name: resources.limits.cpu
Expand All @@ -27,7 +27,7 @@ spec:
- name: resources.requests.memory
value: 300Mi
- name: serviceAccount.annotations.eks\\.amazonaws\\.com/role-arn
value: <SETUP_CONF.ROLE_ARN.EXTERNAL_DNS>
value: <<__role_arn.external_dns__>>
repoURL: https://charts.bitnami.com/bitnami
targetRevision: 3.4.1
syncPolicy:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ spec:
helm:
parameters:
- name: "rbac.serviceAccount.annotations.eks\\.amazonaws\\.com/role-arn"
value: <SETUP_CONF.ROLE_ARN.LOADBALANCER_CONTROLLER>
value: <<__role_arn.loadbalancer_controller__>>
- name: clusterName
value: <SETUP_CONF.CLUSTER_NAME>
value: <<__cluster_name__>>
- name: vpcId
value: <SETUP_CONF.VPC_ID>
value: <<__vpc_id__>>
- name: region
value: <SETUP_CONF.AWS_REGION>
value: <<__aws_region__>>
- name: resources.limits.cpu
value: 100m
- name: resources.limits.memory
Expand Down
4 changes: 2 additions & 2 deletions distribution/argocd-applications/central-dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ metadata:
spec:
project: default
source:
repoURL: https://github.com/argoflow/argoflow-aws
targetRevision: HEAD
repoURL: <<__git_repo.url__>>
targetRevision: <<__git_repo.target_revision__>>
path: distribution/kubeflow/notebooks/central-dashboard
kustomize:
version: v4.0.5
Expand Down
4 changes: 2 additions & 2 deletions distribution/argocd-applications/cert-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ metadata:
spec:
project: default
source:
repoURL: https://github.com/argoflow/argoflow-aws
targetRevision: HEAD
repoURL: <<__git_repo.url__>>
targetRevision: <<__git_repo.target_revision__>>
path: distribution/cert-manager
kustomize:
version: v4.0.5
Expand Down
4 changes: 2 additions & 2 deletions distribution/argocd-applications/dex-istio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ metadata:
spec:
project: default
source:
repoURL: https://github.com/argoflow/argoflow-aws
targetRevision: HEAD
repoURL: <<__git_repo.url__>>
targetRevision: <<__git_repo.target_revision__>>
path: distribution/kubeflow/common/dex-istio
kustomize:
version: v4.0.5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ metadata:
spec:
project: default
source:
repoURL: https://github.com/argoflow/argoflow-aws
targetRevision: HEAD
repoURL: <<__git_repo.url__>>
targetRevision: <<__git_repo.target_revision__>>
path: distribution/kubeflow/notebooks/experimental-pvcviewer-controller
kustomize:
version: v4.0.5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ metadata:
spec:
project: default
source:
repoURL: https://github.com/argoflow/argoflow-aws
targetRevision: HEAD
repoURL: <<__git_repo.url__>>
targetRevision: <<__git_repo.target_revision__>>
path: distribution/kubeflow/notebooks/experimental-volumes-web-app
kustomize:
version: v4.0.5
Expand Down
34 changes: 0 additions & 34 deletions distribution/argocd-applications/external-secrets.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions distribution/argocd-applications/istio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ metadata:
spec:
project: default
source:
repoURL: https://github.com/argoflow/argoflow-aws
targetRevision: HEAD
repoURL: <<__git_repo.url__>>
targetRevision: <<__git_repo.target_revision__>>
path: distribution/kubeflow/common/istio
kustomize:
version: v4.0.5
Expand Down
4 changes: 2 additions & 2 deletions distribution/argocd-applications/jupyter-web-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ metadata:
spec:
project: default
source:
repoURL: https://github.com/argoflow/argoflow-aws
targetRevision: HEAD
repoURL: <<__git_repo.url__>>
targetRevision: <<__git_repo.target_revision__>>
path: distribution/kubeflow/notebooks/jupyter-web-app
kustomize:
version: v4.0.5
Expand Down
4 changes: 2 additions & 2 deletions distribution/argocd-applications/katib.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ metadata:
spec:
project: default
source:
repoURL: https://github.com/argoflow/argoflow-aws
targetRevision: HEAD
repoURL: <<__git_repo.url__>>
targetRevision: <<__git_repo.target_revision__>>
path: distribution/kubeflow/katib
kustomize:
version: v4.0.5
Expand Down
4 changes: 2 additions & 2 deletions distribution/argocd-applications/kfserving.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ metadata:
spec:
project: default
source:
repoURL: https://github.com/argoflow/argoflow-aws
targetRevision: HEAD
repoURL: <<__git_repo.url__>>
targetRevision: <<__git_repo.target_revision__>>
path: distribution/kubeflow/kfserving
kustomize:
version: v4.0.5
Expand Down
4 changes: 2 additions & 2 deletions distribution/argocd-applications/knative.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ metadata:
spec:
project: default
source:
repoURL: https://github.com/argoflow/argoflow-aws
targetRevision: HEAD
repoURL: <<__git_repo.url__>>
targetRevision: <<__git_repo.target_revision__>>
path: distribution/knative
kustomize:
version: v4.0.5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ metadata:
spec:
project: default
source:
repoURL: https://github.com/argoflow/argoflow-aws
targetRevision: HEAD
repoURL: <<__git_repo.url__>>
targetRevision: <<__git_repo.target_revision__>>
path: distribution/kubeflow/common/roles-namespaces
kustomize:
version: v4.0.5
Expand Down
4 changes: 2 additions & 2 deletions distribution/argocd-applications/metallb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ metadata:
spec:
project: default
source:
repoURL: https://github.com/argoflow/argoflow-aws
targetRevision: HEAD
repoURL: <<__git_repo.url__>>
targetRevision: <<__git_repo.target_revision__>>
path: metallb
kustomize:
version: v4.0.5
Expand Down
6 changes: 3 additions & 3 deletions distribution/argocd-applications/mlflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ spec:
server: https://kubernetes.default.svc
project: default
source:
repoURL: https://github.com/argoflow/argoflow-aws
targetRevision: HEAD
repoURL: <<__git_repo.url__>>
targetRevision: <<__git_repo.target_revision__>>
path: distribution/mlflow
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=false
- CreateNamespace=false
4 changes: 2 additions & 2 deletions distribution/argocd-applications/mpi-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ metadata:
spec:
project: default
source:
repoURL: https://github.com/argoflow/argoflow-aws
targetRevision: HEAD
repoURL: <<__git_repo.url__>>
targetRevision: <<__git_repo.target_revision__>>
path: distribution/kubeflow/operators/mpi
kustomize:
version: v4.0.5
Expand Down
4 changes: 2 additions & 2 deletions distribution/argocd-applications/mxnet-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ metadata:
spec:
project: default
source:
repoURL: https://github.com/argoflow/argoflow-aws
targetRevision: HEAD
repoURL: <<__git_repo.url__>>
targetRevision: <<__git_repo.target_revision__>>
path: distribution/kubeflow/operators/mxnet
kustomize:
version: v4.0.5
Expand Down
4 changes: 2 additions & 2 deletions distribution/argocd-applications/notebook-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ metadata:
spec:
project: default
source:
repoURL: https://github.com/argoflow/argoflow-aws
targetRevision: HEAD
repoURL: <<__git_repo.url__>>
targetRevision: <<__git_repo.target_revision__>>
path: distribution/kubeflow/notebooks/notebook-controller
kustomize:
version: v4.0.5
Expand Down
4 changes: 2 additions & 2 deletions distribution/argocd-applications/oidc-authservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ metadata:
spec:
project: default
source:
repoURL: https://github.com/argoflow/argoflow-aws
targetRevision: HEAD
repoURL: <<__git_repo.url__>>
targetRevision: <<__git_repo.target_revision__>>
path: distribution/kubeflow/common/oidc-authservice
kustomize:
version: v4.0.5
Expand Down
4 changes: 2 additions & 2 deletions distribution/argocd-applications/pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ metadata:
spec:
project: default
source:
repoURL: https://github.com/argoflow/argoflow-aws
targetRevision: HEAD
repoURL: <<__git_repo.url__>>
targetRevision: <<__git_repo.target_revision__>>
path: distribution/kubeflow/pipelines
kustomize:
version: v4.0.5
Expand Down
4 changes: 2 additions & 2 deletions distribution/argocd-applications/pod-defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ metadata:
spec:
project: default
source:
repoURL: https://github.com/argoflow/argoflow-aws
targetRevision: HEAD
repoURL: <<__git_repo.url__>>
targetRevision: <<__git_repo.target_revision__>>
path: distribution/kubeflow/notebooks/pod-defaults
kustomize:
version: v4.0.5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ metadata:
spec:
project: default
source:
repoURL: https://github.com/argoflow/argoflow-aws
targetRevision: HEAD
repoURL: <<__git_repo.url__>>
targetRevision: <<__git_repo.target_revision__>>
path: distribution/kubeflow/notebooks/profile-controller_access-management
kustomize:
version: v4.0.5
Expand Down
4 changes: 2 additions & 2 deletions distribution/argocd-applications/pytorch-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ metadata:
spec:
project: default
source:
repoURL: https://github.com/argoflow/argoflow-aws
targetRevision: HEAD
repoURL: <<__git_repo.url__>>
targetRevision: <<__git_repo.target_revision__>>
path: distribution/kubeflow/operators/pytorch
kustomize:
version: v4.0.5
Expand Down
4 changes: 2 additions & 2 deletions distribution/argocd-applications/tensorboard-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ metadata:
spec:
project: default
source:
repoURL: https://github.com/argoflow/argoflow-aws
targetRevision: HEAD
repoURL: <<__git_repo.url__>>
targetRevision: <<__git_repo.target_revision__>>
path: distribution/kubeflow/notebooks/tensorboard-controller
kustomize:
version: v4.0.5
Expand Down
4 changes: 2 additions & 2 deletions distribution/argocd-applications/tensorboards-web-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ metadata:
spec:
project: default
source:
repoURL: https://github.com/argoflow/argoflow-aws
targetRevision: HEAD
repoURL: <<__git_repo.url__>>
targetRevision: <<__git_repo.target_revision__>>
path: distribution/kubeflow/notebooks/tensorboards-web-app
kustomize:
version: v4.0.5
Expand Down
4 changes: 2 additions & 2 deletions distribution/argocd-applications/tensorflow-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ metadata:
spec:
project: default
source:
repoURL: https://github.com/argoflow/argoflow-aws
targetRevision: HEAD
repoURL: <<__git_repo.url__>>
targetRevision: <<__git_repo.target_revision__>>
path: distribution/kubeflow/operators/tensorflow
kustomize:
version: v4.0.5
Expand Down
4 changes: 2 additions & 2 deletions distribution/argocd-applications/user-namespace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ metadata:
spec:
project: default
source:
repoURL: https://github.com/argoflow/argoflow-aws
targetRevision: HEAD
repoURL: <<__git_repo.url__>>
targetRevision: <<__git_repo.target_revision__>>
path: distribution/kubeflow/common/user-namespace
kustomize:
version: v4.0.5
Expand Down
Loading

0 comments on commit ae338eb

Please sign in to comment.