Skip to content

Commit

Permalink
elastic: move things around and do dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
GwynHannay committed May 8, 2024
1 parent 7eab3a1 commit 5169c52
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 1 deletion.
1 change: 0 additions & 1 deletion kubernetes/apps/monitoring/eck-app/app/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ namespace: monitoring
resources:
- ./elastic.yaml
- ./kibana.yaml
- ./fluentd.yaml
- ./ingress.yaml
6 changes: 6 additions & 0 deletions kubernetes/apps/monitoring/fluentd/app/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: monitoring
resources:
- ./fluentd.yaml
15 changes: 15 additions & 0 deletions kubernetes/apps/monitoring/fluentd/ks.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: cluster-apps-fluentd
namespace: flux-system
spec:
dependsOn:
- name: cluster-apps-eck-app
path: ./kubernetes/apps/monitoring/fluentd/app
prune: true
sourceRef:
kind: GitRepository
name: home-kubernetes
interval: 5m
1 change: 1 addition & 0 deletions kubernetes/apps/monitoring/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ resources:
- ./pvc.yaml
- ./eck-app/ks.yaml
- ./eck-operator/ks.yaml
- ./fluentd/ks.yaml
- ./glances/ks.yaml
- ./kubernetes-dashboard/ks.yaml

0 comments on commit 5169c52

Please sign in to comment.