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: