-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7d15a3f
commit 5785cfe
Showing
1 changed file
with
41 additions
and
0 deletions.
There are no files selected for viewing
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,41 @@ | ||
|
||
apiVersion: argoproj.io/v1alpha1 | ||
kind: Application | ||
metadata: | ||
name: pr-670 | ||
namespace: argocd | ||
finalizers: | ||
- resources-finalizer.argocd.argoproj.io | ||
spec: | ||
project: default | ||
source: | ||
repoURL: https://github.com/TUM-Dev/navigatum.git | ||
targetRevision: coordinate_picker | ||
path: deployment/k3s | ||
helm: | ||
version: v3 | ||
values: | | ||
namespace: pr-670 | ||
tag: pr-670 | ||
url: pr-670.nav.tum.sexy | ||
server: | ||
MEILI_MASTER_KEY: ODI3NzUyZTRiODdlODI4NjZlNjIK | ||
# GITHUB_TOKEN is intentionally omitted, as this file is templated and then added to git in the deployments branch | ||
# JWT_KEY is omitted, because adding it would only make sense in conjunction with GITHUB_TOKEN | ||
# MEILI_MASTER_KEY being added is not a security risk, since it is a hidden service and even if exposed is heavily restricted by other network policies | ||
destination: | ||
server: https://kubernetes.default.svc | ||
namespace: pr-670 | ||
syncPolicy: | ||
automated: | ||
selfHeal: true | ||
prune: true | ||
syncOptions: | ||
- PrunePropagationPolicy=foreground | ||
- CreateNamespace=true | ||
retry: | ||
limit: 2 | ||
backoff: | ||
duration: 5s | ||
factor: 2 | ||
maxDuration: 3m0s |