281 lines
5.9 KiB
YAML
281 lines
5.9 KiB
YAML
---
|
|
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: cilium-wheatley
|
|
namespace: argocd
|
|
spec:
|
|
project: default
|
|
source:
|
|
repoURL: https://code.peterg.nl/wheatley/kubernetes.git
|
|
path: k8s-wheatley/cilium
|
|
targetRevision: HEAD
|
|
destination:
|
|
server: https://10.13.37.10:6443
|
|
namespace: kube-system
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
---
|
|
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: external-secrets-wheatley
|
|
namespace: argocd
|
|
spec:
|
|
project: default
|
|
source:
|
|
repoURL: https://code.peterg.nl/wheatley/kubernetes.git
|
|
path: k8s-wheatley/external-secrets-operator
|
|
targetRevision: HEAD
|
|
destination:
|
|
server: https://10.13.37.10:6443
|
|
namespace: external-secrets
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
syncOptions:
|
|
- ServerSideApply=true
|
|
---
|
|
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: piraeus-datastore
|
|
namespace: argocd
|
|
spec:
|
|
project: default
|
|
source:
|
|
repoURL: https://code.peterg.nl/wheatley/kubernetes.git
|
|
path: k8s-wheatley/datastore
|
|
targetRevision: HEAD
|
|
destination:
|
|
server: https://10.13.37.10:6443
|
|
namespace: piraeus-datastore
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
syncOptions:
|
|
- ServerSideApply=true
|
|
---
|
|
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: alloy-wheatley
|
|
namespace: argocd
|
|
spec:
|
|
project: default
|
|
source:
|
|
repoURL: https://code.peterg.nl/wheatley/kubernetes.git
|
|
path: k8s-wheatley/alloy
|
|
targetRevision: HEAD
|
|
destination:
|
|
server: https://10.13.37.10:6443
|
|
namespace: alloy
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
syncOptions:
|
|
- ServerSideApply=true
|
|
---
|
|
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: metrics-server-wheatley
|
|
namespace: argocd
|
|
spec:
|
|
project: default
|
|
source:
|
|
repoURL: https://kubernetes-sigs.github.io/metrics-server
|
|
targetRevision: 3.13.0
|
|
chart: metrics-server
|
|
helm:
|
|
releaseName: metrics-server
|
|
values: |
|
|
args:
|
|
- --kubelet-insecure-tls=true
|
|
- --kubelet-preferred-address-types=InternalIP
|
|
destination:
|
|
server: https://10.13.37.10:6443
|
|
namespace: kube-system
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
|
|
---
|
|
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: cloudnative-pg
|
|
namespace: argocd
|
|
spec:
|
|
project: default
|
|
source:
|
|
repoURL: https://code.peterg.nl/wheatley/kubernetes.git
|
|
path: k8s-wheatley/cloudnative-pg
|
|
targetRevision: HEAD
|
|
destination:
|
|
server: https://10.13.37.10:6443
|
|
namespace: cnpg-system
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
syncOptions:
|
|
- ServerSideApply=true
|
|
---
|
|
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: sonarr
|
|
namespace: argocd
|
|
spec:
|
|
project: default
|
|
source:
|
|
repoURL: https://code.peterg.nl/wheatley/kubernetes.git
|
|
path: k8s-wheatley/sonarr
|
|
targetRevision: HEAD
|
|
destination:
|
|
server: https://10.13.37.10:6443
|
|
namespace: sonarr
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
---
|
|
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: radarr
|
|
namespace: argocd
|
|
spec:
|
|
project: default
|
|
source:
|
|
repoURL: https://code.peterg.nl/wheatley/kubernetes.git
|
|
path: k8s-wheatley/radarr
|
|
targetRevision: HEAD
|
|
destination:
|
|
server: https://10.13.37.10:6443
|
|
namespace: radarr
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
---
|
|
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: lidarr
|
|
namespace: argocd
|
|
spec:
|
|
project: default
|
|
source:
|
|
repoURL: https://code.peterg.nl/wheatley/kubernetes.git
|
|
path: k8s-wheatley/lidarr
|
|
targetRevision: HEAD
|
|
destination:
|
|
server: https://10.13.37.10:6443
|
|
namespace: lidarr
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
---
|
|
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: prowlarr
|
|
namespace: argocd
|
|
spec:
|
|
project: default
|
|
source:
|
|
repoURL: https://code.peterg.nl/wheatley/kubernetes.git
|
|
path: k8s-wheatley/prowlarr
|
|
targetRevision: HEAD
|
|
destination:
|
|
server: https://10.13.37.10:6443
|
|
namespace: prowlarr
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
---
|
|
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: qbittorrent
|
|
namespace: argocd
|
|
spec:
|
|
project: default
|
|
source:
|
|
repoURL: https://code.peterg.nl/wheatley/kubernetes.git
|
|
path: k8s-wheatley/qbittorrent
|
|
targetRevision: HEAD
|
|
destination:
|
|
server: https://10.13.37.10:6443
|
|
namespace: qbittorrent
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
---
|
|
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: soulseekd
|
|
namespace: argocd
|
|
spec:
|
|
project: default
|
|
source:
|
|
repoURL: https://code.peterg.nl/wheatley/kubernetes.git
|
|
path: k8s-wheatley/soulseekd
|
|
targetRevision: HEAD
|
|
destination:
|
|
server: https://10.13.37.10:6443
|
|
namespace: soulseekd
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
---
|
|
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: plex
|
|
namespace: argocd
|
|
spec:
|
|
project: default
|
|
source:
|
|
repoURL: https://code.peterg.nl/wheatley/kubernetes.git
|
|
path: k8s-wheatley/plex
|
|
targetRevision: HEAD
|
|
destination:
|
|
server: https://10.13.37.10:6443
|
|
namespace: plex
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
---
|
|
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: romm
|
|
namespace: argocd
|
|
spec:
|
|
project: default
|
|
source:
|
|
repoURL: https://code.peterg.nl/wheatley/kubernetes.git
|
|
path: k8s-wheatley/romm
|
|
targetRevision: HEAD
|
|
destination:
|
|
server: https://10.13.37.10:6443
|
|
namespace: romm
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|