Add reflector
This commit is contained in:
parent
c585e7497d
commit
c2c4d249e9
@ -5,3 +5,4 @@ resources:
|
||||
- traefik
|
||||
- cert-manager
|
||||
- sealed-secrets
|
||||
- reflector
|
||||
|
6
infrastructure/reflector/kustomization.yaml
Normal file
6
infrastructure/reflector/kustomization.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: reflector
|
||||
resources:
|
||||
- namespace.yaml
|
||||
- release.yaml
|
4
infrastructure/reflector/namespace.yaml
Normal file
4
infrastructure/reflector/namespace.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: reflector
|
18
infrastructure/reflector/release.yaml
Normal file
18
infrastructure/reflector/release.yaml
Normal file
@ -0,0 +1,18 @@
|
||||
apiVersion: helm.toolkit.fluxcd.io/v2beta1
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
name: reflector
|
||||
spec:
|
||||
releaseName: reflector
|
||||
chart:
|
||||
spec:
|
||||
chart: reflector
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: emberstack
|
||||
namespace: flux-system
|
||||
version: "6.1.47"
|
||||
interval: 1h0m0s
|
||||
install:
|
||||
remediation:
|
||||
retries: 3
|
7
infrastructure/sources/emberstack.yaml
Normal file
7
infrastructure/sources/emberstack.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
apiVersion: source.toolkit.fluxcd.io/v1beta2
|
||||
kind: HelmRepository
|
||||
metadata:
|
||||
name: emberstack
|
||||
spec:
|
||||
interval: 30m
|
||||
url: https://emberstack.github.io/helm-charts
|
Loading…
Reference in New Issue
Block a user