Added matrix to new cluster
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
parent
d1bb4aba68
commit
b5d6d801fb
@ -22,5 +22,29 @@ spec:
|
|||||||
- kind: Secret
|
- kind: Secret
|
||||||
jsonPointers:
|
jsonPointers:
|
||||||
- /data
|
- /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
|
||||||
---
|
---
|
@ -1,27 +1,27 @@
|
|||||||
apiVersion: v1
|
# apiVersion: v1
|
||||||
kind: PersistentVolume
|
# kind: PersistentVolume
|
||||||
metadata:
|
# metadata:
|
||||||
annotations:
|
# annotations:
|
||||||
pv.kubernetes.io/provisioned-by: csi.scaleway.com
|
# pv.kubernetes.io/provisioned-by: csi.scaleway.com
|
||||||
finalizers:
|
# finalizers:
|
||||||
- kubernetes.io/pv-protection
|
# - kubernetes.io/pv-protection
|
||||||
- external-attacher/csi-scaleway-com
|
# - external-attacher/csi-scaleway-com
|
||||||
name: pvc-470f5860-49e0-414c-bb36-329970afc44b
|
# name: pvc-470f5860-49e0-414c-bb36-329970afc44b
|
||||||
spec:
|
# spec:
|
||||||
accessModes:
|
# accessModes:
|
||||||
- ReadWriteOnce
|
# - ReadWriteOnce
|
||||||
capacity:
|
# capacity:
|
||||||
storage: 12Gi
|
# storage: 12Gi
|
||||||
csi:
|
# csi:
|
||||||
driver: csi.scaleway.com
|
# driver: csi.scaleway.com
|
||||||
fsType: ext4
|
# fsType: ext4
|
||||||
volumeAttributes:
|
# volumeAttributes:
|
||||||
storage.kubernetes.io/csiProvisionerIdentity: 1676472026170-8081-csi.scaleway.com
|
# storage.kubernetes.io/csiProvisionerIdentity: 1676472026170-8081-csi.scaleway.com
|
||||||
volumeHandle: fr-par-1/5e73e304-11e8-42cb-90fe-361889089d2d
|
# volumeHandle: fr-par-1/5e73e304-11e8-42cb-90fe-361889089d2d
|
||||||
persistentVolumeReclaimPolicy: Retain
|
# persistentVolumeReclaimPolicy: Retain
|
||||||
storageClassName: scw-bssd
|
# storageClassName: scw-bssd
|
||||||
volumeMode: Filesystem
|
# volumeMode: Filesystem
|
||||||
---
|
# ---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: PersistentVolumeClaim
|
kind: PersistentVolumeClaim
|
||||||
metadata:
|
metadata:
|
||||||
@ -36,32 +36,32 @@ spec:
|
|||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
storage: 12Gi
|
storage: 12Gi
|
||||||
volumeName: pvc-470f5860-49e0-414c-bb36-329970afc44b
|
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: 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
|
apiVersion: v1
|
||||||
kind: PersistentVolumeClaim
|
kind: PersistentVolumeClaim
|
||||||
metadata:
|
metadata:
|
||||||
@ -76,5 +76,5 @@ spec:
|
|||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
storage: 1Gi
|
storage: 1Gi
|
||||||
volumeName: pvc-00a8cf81-9453-4014-aa09-9fdbcc42abf2
|
storageClassName: sbs-default-retain
|
||||||
---
|
---
|
||||||
|
Loading…
Reference in New Issue
Block a user