Compare commits

...

5 Commits

Author SHA1 Message Date
Flux
1e5bd7453d Add Flux v2.3.0 component manifests 2024-08-06 15:18:37 -05:00
Flux
a8cfef4239 Add Flux v2.3.0 component manifests 2024-08-06 15:17:29 -05:00
c74746f52c
Add ArgoCD 2024-08-06 02:27:12 -05:00
09f9ccb8e5
Add Traefik 2024-08-05 21:45:24 -05:00
756a9b13f3
Temporarily remove Longhorn 2024-08-05 17:35:45 -05:00
7 changed files with 63 additions and 5 deletions

View File

@ -0,0 +1,18 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: argocd
resources:
- namespace.yaml
- https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml
patches:
- patch: |
apiVersion: v1
kind: Service
metadata:
name: argocd-server
spec:
type: LoadBalancer
target:
kind: Service
labelSelector: app.kubernetes.io/name=argocd-server

View File

@ -0,0 +1,5 @@
---
apiVersion: v1
kind: Namespace
metadata:
name: argocd

View File

@ -1,5 +0,0 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- https://raw.githubusercontent.com/longhorn/longhorn/v1.6.2/deploy/longhorn.yaml

View File

@ -0,0 +1,8 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: traefik
resources:
- namespace.yaml
- repository.yaml
- release.yaml

View File

@ -0,0 +1,5 @@
---
apiVersion: v1
kind: Namespace
metadata:
name: traefik

View File

@ -0,0 +1,18 @@
---
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: traefik
namespace: traefik
spec:
releaseName: traefik
chart:
spec:
chart: traefik
sourceRef:
kind: HelmRepository
name: traefik
interval: 50m
install:
remediation:
retries: 3

View File

@ -0,0 +1,9 @@
---
apiVersion: source.toolkit.fluxcd.io/v1
kind: HelmRepository
metadata:
name: traefik
namespace: traefik
spec:
interval: 5m
url: https://traefik.github.io/charts