apps(privatebin): Fixed image version and moved storage to s3yuyuko

This commit is contained in:
2025-06-10 18:44:49 +02:00
parent f4a17cc6cd
commit c5ae0808e5
2 changed files with 4 additions and 4 deletions

View File

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

View File

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