Added matrix to new cluster

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
Marcus Noble 2024-04-06 15:24:08 +01:00
parent d1bb4aba68
commit b5d6d801fb
Signed by: AverageMarcus
GPG Key ID: B8F2DB8A7AEBAF78
2 changed files with 76 additions and 52 deletions

View File

@ -22,5 +22,29 @@ spec:
- kind: Secret
jsonPointers:
- /data
---
---
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
---

View File

@ -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
---