fix: vendor observability charts
This commit is contained in:
@@ -6,10 +6,13 @@ metadata:
|
||||
spec:
|
||||
interval: 10m
|
||||
targetNamespace: observability
|
||||
chartRef:
|
||||
kind: OCIRepository
|
||||
name: loki
|
||||
namespace: flux-system
|
||||
chart:
|
||||
spec:
|
||||
chart: ./infrastructure/charts/loki
|
||||
sourceRef:
|
||||
kind: GitRepository
|
||||
name: platform
|
||||
namespace: flux-system
|
||||
install:
|
||||
createNamespace: true
|
||||
remediation:
|
||||
|
||||
@@ -7,10 +7,13 @@ spec:
|
||||
interval: 10m
|
||||
timeout: 20m
|
||||
targetNamespace: observability
|
||||
chartRef:
|
||||
kind: OCIRepository
|
||||
name: promtail
|
||||
namespace: flux-system
|
||||
chart:
|
||||
spec:
|
||||
chart: ./infrastructure/charts/promtail
|
||||
sourceRef:
|
||||
kind: GitRepository
|
||||
name: platform
|
||||
namespace: flux-system
|
||||
install:
|
||||
createNamespace: true
|
||||
remediation:
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- ocirepository-loki.yaml
|
||||
- ocirepository-promtail.yaml
|
||||
- helmrelease-kube-prometheus-stack.yaml
|
||||
- helmrelease-loki.yaml
|
||||
- helmrelease-promtail.yaml
|
||||
|
||||
@@ -1,15 +0,0 @@
|
||||
apiVersion: source.toolkit.fluxcd.io/v1
|
||||
kind: OCIRepository
|
||||
metadata:
|
||||
name: loki
|
||||
namespace: flux-system
|
||||
spec:
|
||||
interval: 10m
|
||||
timeout: 5m
|
||||
insecure: true
|
||||
url: oci://10.27.27.239:5001/grafana/helm-charts/loki
|
||||
ref:
|
||||
tag: 6.46.0
|
||||
layerSelector:
|
||||
mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
|
||||
operation: copy
|
||||
@@ -1,15 +0,0 @@
|
||||
apiVersion: source.toolkit.fluxcd.io/v1
|
||||
kind: OCIRepository
|
||||
metadata:
|
||||
name: promtail
|
||||
namespace: flux-system
|
||||
spec:
|
||||
interval: 10m
|
||||
timeout: 5m
|
||||
insecure: true
|
||||
url: oci://10.27.27.239:5001/grafana/helm-charts/promtail
|
||||
ref:
|
||||
tag: 6.16.6
|
||||
layerSelector:
|
||||
mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
|
||||
operation: copy
|
||||
Reference in New Issue
Block a user