generated from onedr0p/cluster-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Ronald Philipsen <[email protected]>
- Loading branch information
1 parent
370b3a8
commit dc9be18
Showing
6 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
23 changes: 23 additions & 0 deletions
23
kubernetes/apps/observability/kube-prometheus-stack/ks.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
# yaml-language-server: $schema=https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/main/kustomization-kustomize-v1.json | ||
apiVersion: kustomize.toolkit.fluxcd.io/v1 | ||
kind: Kustomization | ||
metadata: | ||
name: &appname kube-prometheus-stack | ||
namespace: flux-system | ||
spec: | ||
commonMetadata: | ||
labels: | ||
app.kubernetes.io/name: *appname | ||
dependsOn: | ||
- name: onepassword-connect | ||
interval: 30m | ||
timeout: 5m | ||
path: "./kubernetes/apps/observability/kube-prometheus-stack/app" | ||
prune: true | ||
sourceRef: | ||
kind: GitRepository | ||
name: flux-system | ||
namespace: flux-system | ||
targetNamespace: observability | ||
wait: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters