From f37b1545c4e5a08fb60adafbae363bc3b952741a Mon Sep 17 00:00:00 2001 From: trivernis Date: Thu, 14 Dec 2023 13:59:21 +0100 Subject: [PATCH] apps(metrics): enable --- apps/metrics/app/release.yaml | 2 +- cluster/apps.yaml | 34 +++++++++++++++++----------------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/apps/metrics/app/release.yaml b/apps/metrics/app/release.yaml index 21e3023..64c07ec 100644 --- a/apps/metrics/app/release.yaml +++ b/apps/metrics/app/release.yaml @@ -30,7 +30,7 @@ spec: storageSpec: volumeClaimTemplate: spec: - storageClassName: local-ssd + storageClassName: ebs-ssd accessModes: ["ReadWriteOnce"] resources: requests: diff --git a/cluster/apps.yaml b/cluster/apps.yaml index 56d3cca..92cd9ad 100644 --- a/cluster/apps.yaml +++ b/cluster/apps.yaml @@ -83,23 +83,23 @@ spec: wait: true timeout: 5m0s --- -# apiVersion: kustomize.toolkit.fluxcd.io/v1 -# kind: Kustomization -# metadata: -# name: apps-metrics -# namespace: flux-system -# spec: -# dependsOn: -# - name: repos -# interval: 5m -# sourceRef: -# kind: GitRepository -# name: flux-system -# path: ./apps/metrics -# prune: true -# wait: true -# timeout: 5m0s -# --- +apiVersion: kustomize.toolkit.fluxcd.io/v1 +kind: Kustomization +metadata: + name: apps-metrics + namespace: flux-system +spec: + dependsOn: + - name: repos + interval: 5m + sourceRef: + kind: GitRepository + name: flux-system + path: ./apps/metrics + prune: true + wait: true + timeout: 5m0s +--- apiVersion: kustomize.toolkit.fluxcd.io/v1 kind: Kustomization metadata: