From 6fde553ed36c98543f2821fd627458f5d9264360 Mon Sep 17 00:00:00 2001 From: Udo Waechter Date: Thu, 30 Jul 2020 18:30:02 +0200 Subject: [PATCH] refactored, docker-reg uses csi-s3 as pv --- {distcc => apps/distcc}/Dockerfile | 0 {distcc => apps/distcc}/distcc-deployment.yaml | 0 {docker-registry => apps/docker-registry}/README.md | 0 .../docker-registry}/certs/docker-registry.lan | 0 .../docker-registry}/certs/docker-registry.lan.crt | 0 .../docker-registry}/docker-registry-ui.yaml | 0 .../docker-registry}/registry-deployment.yaml | 6 +++--- 7 files changed, 3 insertions(+), 3 deletions(-) rename {distcc => apps/distcc}/Dockerfile (100%) rename {distcc => apps/distcc}/distcc-deployment.yaml (100%) rename {docker-registry => apps/docker-registry}/README.md (100%) rename {docker-registry => apps/docker-registry}/certs/docker-registry.lan (100%) rename {docker-registry => apps/docker-registry}/certs/docker-registry.lan.crt (100%) rename {docker-registry => apps/docker-registry}/docker-registry-ui.yaml (100%) rename {docker-registry => apps/docker-registry}/registry-deployment.yaml (96%) diff --git a/distcc/Dockerfile b/apps/distcc/Dockerfile similarity index 100% rename from distcc/Dockerfile rename to apps/distcc/Dockerfile diff --git a/distcc/distcc-deployment.yaml b/apps/distcc/distcc-deployment.yaml similarity index 100% rename from distcc/distcc-deployment.yaml rename to apps/distcc/distcc-deployment.yaml diff --git a/docker-registry/README.md b/apps/docker-registry/README.md similarity index 100% rename from docker-registry/README.md rename to apps/docker-registry/README.md diff --git a/docker-registry/certs/docker-registry.lan b/apps/docker-registry/certs/docker-registry.lan similarity index 100% rename from docker-registry/certs/docker-registry.lan rename to apps/docker-registry/certs/docker-registry.lan diff --git a/docker-registry/certs/docker-registry.lan.crt b/apps/docker-registry/certs/docker-registry.lan.crt similarity index 100% rename from docker-registry/certs/docker-registry.lan.crt rename to apps/docker-registry/certs/docker-registry.lan.crt diff --git a/docker-registry/docker-registry-ui.yaml b/apps/docker-registry/docker-registry-ui.yaml similarity index 100% rename from docker-registry/docker-registry-ui.yaml rename to apps/docker-registry/docker-registry-ui.yaml diff --git a/docker-registry/registry-deployment.yaml b/apps/docker-registry/registry-deployment.yaml similarity index 96% rename from docker-registry/registry-deployment.yaml rename to apps/docker-registry/registry-deployment.yaml index 3e76151..cfdcd4d 100644 --- a/docker-registry/registry-deployment.yaml +++ b/apps/docker-registry/registry-deployment.yaml @@ -11,10 +11,10 @@ kind: PersistentVolumeClaim metadata: name: docker-registry namespace: docker-registry - annotations: - volume.beta.kubernetes.io/storage-class: "managed-nfs-storage" + #annotations: + # volume.beta.kubernetes.io/storage-class: "managed-nfs-storage" spec: - storageClassName: fast + storageClassName: csi-s3-slow accessModes: - ReadWriteOnce resources: