diff --git a/manifests/_apps/matrix_chart.yaml b/manifests/_apps/matrix_chart.yaml index 58b3516..4cb9197 100644 --- a/manifests/_apps/matrix_chart.yaml +++ b/manifests/_apps/matrix_chart.yaml @@ -22,5 +22,29 @@ spec: - kind: Secret jsonPointers: - /data - ---- \ No newline at end of file +--- +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: cluster-fun-matrix + namespace: argocd + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + project: cluster.fun + destination: + namespace: chat + name: cluster-fun (v2) + source: + path: manifests/matrix_chart + repoURL: "https://git.cluster.fun/AverageMarcus/cluster.fun.git" + targetRevision: HEAD + syncPolicy: + syncOptions: + - CreateNamespace=true + automated: {} + ignoreDifferences: + - kind: Secret + jsonPointers: + - /data +--- diff --git a/manifests/matrix_chart/pvs.yaml b/manifests/matrix_chart/pvs.yaml index ec8095e..32772db 100644 --- a/manifests/matrix_chart/pvs.yaml +++ b/manifests/matrix_chart/pvs.yaml @@ -1,27 +1,27 @@ -apiVersion: v1 -kind: PersistentVolume -metadata: - annotations: - pv.kubernetes.io/provisioned-by: csi.scaleway.com - finalizers: - - kubernetes.io/pv-protection - - external-attacher/csi-scaleway-com - name: pvc-470f5860-49e0-414c-bb36-329970afc44b -spec: - accessModes: - - ReadWriteOnce - capacity: - storage: 12Gi - csi: - driver: csi.scaleway.com - fsType: ext4 - volumeAttributes: - storage.kubernetes.io/csiProvisionerIdentity: 1676472026170-8081-csi.scaleway.com - volumeHandle: fr-par-1/5e73e304-11e8-42cb-90fe-361889089d2d - persistentVolumeReclaimPolicy: Retain - storageClassName: scw-bssd - volumeMode: Filesystem ---- +# apiVersion: v1 +# kind: PersistentVolume +# metadata: +# annotations: +# pv.kubernetes.io/provisioned-by: csi.scaleway.com +# finalizers: +# - kubernetes.io/pv-protection +# - external-attacher/csi-scaleway-com +# name: pvc-470f5860-49e0-414c-bb36-329970afc44b +# spec: +# accessModes: +# - ReadWriteOnce +# capacity: +# storage: 12Gi +# csi: +# driver: csi.scaleway.com +# fsType: ext4 +# volumeAttributes: +# storage.kubernetes.io/csiProvisionerIdentity: 1676472026170-8081-csi.scaleway.com +# volumeHandle: fr-par-1/5e73e304-11e8-42cb-90fe-361889089d2d +# persistentVolumeReclaimPolicy: Retain +# storageClassName: scw-bssd +# volumeMode: Filesystem +# --- apiVersion: v1 kind: PersistentVolumeClaim metadata: @@ -36,32 +36,32 @@ spec: resources: requests: storage: 12Gi - volumeName: pvc-470f5860-49e0-414c-bb36-329970afc44b ---- -apiVersion: v1 -kind: PersistentVolume -metadata: - annotations: - pv.kubernetes.io/provisioned-by: csi.scaleway.com - finalizers: - - kubernetes.io/pv-protection - - external-attacher/csi-scaleway-com - name: pvc-00a8cf81-9453-4014-aa09-9fdbcc42abf2 -spec: - accessModes: - - ReadWriteOnce - capacity: - storage: 1Gi - csi: - driver: csi.scaleway.com - fsType: ext4 - volumeAttributes: - storage.kubernetes.io/csiProvisionerIdentity: 1588413765965-1847-csi.scaleway.com - volumeHandle: fr-par-1/e7437eda-59e8-43f5-af49-540618f1bd95 - persistentVolumeReclaimPolicy: Retain - storageClassName: scw-bssd - volumeMode: Filesystem + storageClassName: sbs-default-retain --- +# apiVersion: v1 +# kind: PersistentVolume +# metadata: +# annotations: +# pv.kubernetes.io/provisioned-by: csi.scaleway.com +# finalizers: +# - kubernetes.io/pv-protection +# - external-attacher/csi-scaleway-com +# name: pvc-00a8cf81-9453-4014-aa09-9fdbcc42abf2 +# spec: +# accessModes: +# - ReadWriteOnce +# capacity: +# storage: 1Gi +# csi: +# driver: csi.scaleway.com +# fsType: ext4 +# volumeAttributes: +# storage.kubernetes.io/csiProvisionerIdentity: 1588413765965-1847-csi.scaleway.com +# volumeHandle: fr-par-1/e7437eda-59e8-43f5-af49-540618f1bd95 +# persistentVolumeReclaimPolicy: Retain +# storageClassName: scw-bssd +# volumeMode: Filesystem +# --- apiVersion: v1 kind: PersistentVolumeClaim metadata: @@ -76,5 +76,5 @@ spec: resources: requests: storage: 1Gi - volumeName: pvc-00a8cf81-9453-4014-aa09-9fdbcc42abf2 + storageClassName: sbs-default-retain ---