Skip to content

Commit e03148d

Browse files
committed
more
1 parent 4a68c36 commit e03148d

File tree

15 files changed

+24
-13
lines changed

15 files changed

+24
-13
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"appName": "piraeus-operator-external-01b",
3+
"userGivenName": "piraeus-operator-external-01b",
4+
"destNamespace": "piraeus-datastore-external-01b",
5+
"destServer": "https://kubernetes.default.svc",
6+
"srcPath": "apps/piraeus-operator-external-01b/overlays/production",
7+
"srcRepoURL": "https://github.com/developing-today/code.git",
8+
"srcTargetRevision": "",
9+
"labels": null,
10+
"annotations": null
11+
}

apps/piraeus-operator/overlays/production/kustomization.yaml renamed to apps/piraeus-operator-external-01b/overlays/production/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
3-
namespace: piraeus-datastore
3+
namespace: piraeus-datastore-external-01b
44
resources:
55
- https://github.com/piraeusdatastore/piraeus-operator//config/default?ref=v2.6.0
66
- "*"

apps/piraeus-operator/overlays/production/linstor-cluster/external-01b.yaml renamed to apps/piraeus-operator-external-01b/overlays/production/linstor-cluster/external-01b.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: piraeus.io/v1
22
kind: LinstorCluster
33
metadata:
44
name: external-01b
5-
namespace: piraeus-datastore
5+
namespace: piraeus-datastore-external-01b
66
spec:
77
externalController:
88
url: http://linstor.01b.us:3370

apps/piraeus-operator/overlays/production/linstor-satellite-configuration/external-controller.yaml renamed to apps/piraeus-operator-external-01b/overlays/production/linstor-satellite-configuration/external-controller.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ apiVersion: piraeus.io/v1
22
kind: LinstorSatelliteConfiguration
33
metadata:
44
name: external-controller
5+
namespace: piraeus-datastore-external-01b
56
spec:
67
podTemplate:
78
spec:

apps/piraeus-operator/overlays/production/linstor-satellite-configuration/talos-loader.yaml renamed to apps/piraeus-operator-external-01b/overlays/production/linstor-satellite-configuration/talos-loader.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ apiVersion: piraeus.io/v1
22
kind: LinstorSatelliteConfiguration
33
metadata:
44
name: talos-loader
5+
namespace: piraeus-datastore-external-01b
56
spec:
67
podTemplate:
78
spec:

apps/piraeus-operator/overlays/production/readme.md renamed to apps/piraeus-operator-external-01b/overlays/production/readme.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,8 @@
3232
- 2*2 medium-2.0-nvme (m.2 2.0TB - hp fx900 pro)
3333
- nvme_nand-medium_latency-medium_throughput-medium_capacity
3434
- TODO
35+
36+
```
37+
kubectl get pv
38+
kubectl patch pv TODO_PV_NAME_HERE -p '{"spec":{"persistentVolumeReclaimPolicy":"Retain"}}'
39+
```

apps/piraeus-operator/overlays/production/storage-class/disk-info.sh renamed to apps/piraeus-operator-external-01b/overlays/production/storage-class/disk-info.sh

File renamed without changes.

apps/piraeus-operator/overlays/production/storage-class/disks.fpexlxgk.txt renamed to apps/piraeus-operator-external-01b/overlays/production/storage-class/disks.fpexlxgk.txt

File renamed without changes.

apps/piraeus-operator/overlays/production/storage-class/disks.hlzonshx.txt renamed to apps/piraeus-operator-external-01b/overlays/production/storage-class/disks.hlzonshx.txt

File renamed without changes.

apps/piraeus-operator/overlays/production/storage-class/disks.zwkrcejc.txt renamed to apps/piraeus-operator-external-01b/overlays/production/storage-class/disks.zwkrcejc.txt

File renamed without changes.

0 commit comments

Comments
 (0)