From c5ae0808e524c58da6d8d47e25b157bf67bc1914 Mon Sep 17 00:00:00 2001 From: prettysunflower Date: Tue, 10 Jun 2025 18:44:49 +0200 Subject: [PATCH] apps(privatebin): Fixed image version and moved storage to s3yuyuko --- apps/privatebin/deployment.yaml | 4 ++-- apps/privatebin/pvc.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/privatebin/deployment.yaml b/apps/privatebin/deployment.yaml index 65e6948..14057b8 100644 --- a/apps/privatebin/deployment.yaml +++ b/apps/privatebin/deployment.yaml @@ -18,9 +18,9 @@ spec: volumes: - name: privatebin-data persistentVolumeClaim: - claimName: privatebin-data-pvc + claimName: privatebin-data-yuyuko-pvc containers: - - image: privatebin/nginx-fpm-alpine:v1.7.6 + - image: privatebin/nginx-fpm-alpine:1.7.6 name: privatebin imagePullPolicy: Always ports: diff --git a/apps/privatebin/pvc.yaml b/apps/privatebin/pvc.yaml index 64e720b..723d0ad 100644 --- a/apps/privatebin/pvc.yaml +++ b/apps/privatebin/pvc.yaml @@ -1,12 +1,12 @@ apiVersion: v1 kind: PersistentVolumeClaim metadata: - name: privatebin-data-pvc + name: privatebin-data-yuyuko-pvc namespace: privatebin spec: accessModes: - ReadWriteMany - storageClassName: longhorn + storageClassName: s3yuyuko resources: requests: storage: 5Gi \ No newline at end of file