temporary move to host cluster
This commit is contained in:
parent
5eae56b531
commit
2ef7754b99
7 changed files with 134 additions and 87 deletions
|
@ -2,7 +2,7 @@
|
|||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: k8s-deployments-self
|
||||
name: aaron-k8s-deployments-self
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: default
|
||||
|
@ -17,41 +17,41 @@ spec:
|
|||
automated:
|
||||
prune: false
|
||||
---
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: argocd
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: default
|
||||
sources:
|
||||
- repoURL: https://argoproj.github.io/argo-helm
|
||||
chart: argo-cd
|
||||
targetRevision: 7.8.2
|
||||
helm:
|
||||
releaseName: argo
|
||||
valueFiles:
|
||||
- $values/argocd/values.yaml
|
||||
- repoURL: https://git.ar21.de/aaron/k8s-deployments.git
|
||||
targetRevision: HEAD
|
||||
ref: values
|
||||
- repoURL: https://git.ar21.de/aaron/k8s-deployments.git
|
||||
targetRevision: HEAD
|
||||
path: argocd
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: argocd
|
||||
syncPolicy:
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
automated:
|
||||
selfHeal: true
|
||||
prune: false
|
||||
#apiVersion: argoproj.io/v1alpha1
|
||||
#kind: Application
|
||||
#metadata:
|
||||
# name: argocd
|
||||
# namespace: argocd
|
||||
#spec:
|
||||
# project: default
|
||||
# sources:
|
||||
# - repoURL: https://argoproj.github.io/argo-helm
|
||||
# chart: argo-cd
|
||||
# targetRevision: 7.8.2
|
||||
# helm:
|
||||
# releaseName: argo
|
||||
# valueFiles:
|
||||
# - $values/argocd/values.yaml
|
||||
# - repoURL: https://git.ar21.de/aaron/k8s-deployments.git
|
||||
# targetRevision: HEAD
|
||||
# ref: values
|
||||
# - repoURL: https://git.ar21.de/aaron/k8s-deployments.git
|
||||
# targetRevision: HEAD
|
||||
# path: argocd
|
||||
# destination:
|
||||
# server: https://kubernetes.default.svc
|
||||
# namespace: argocd
|
||||
# syncPolicy:
|
||||
# syncOptions:
|
||||
# - CreateNamespace=true
|
||||
# automated:
|
||||
# selfHeal: true
|
||||
# prune: false
|
||||
---
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: drone-runner
|
||||
name: aaron-drone-runner
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: default
|
||||
|
@ -86,7 +86,7 @@ spec:
|
|||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: hoylogo
|
||||
name: aaron-hoylogo
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: default
|
||||
|
@ -106,7 +106,7 @@ spec:
|
|||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: hoylogo-staging
|
||||
name: aaron-hoylogo-staging
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: default
|
||||
|
@ -126,7 +126,7 @@ spec:
|
|||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: surveybot
|
||||
name: aaron-surveybot
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: default
|
||||
|
@ -146,7 +146,7 @@ spec:
|
|||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: cloudnative-pg
|
||||
name: aaron-cloudnative-pg
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: default
|
||||
|
@ -168,7 +168,7 @@ spec:
|
|||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: openproject
|
||||
name: aaron-openproject
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: default
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue