apps(privatebin): Fixed image version and moved storage to s3yuyuko
This commit is contained in:
@@ -18,9 +18,9 @@ spec:
|
|||||||
volumes:
|
volumes:
|
||||||
- name: privatebin-data
|
- name: privatebin-data
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: privatebin-data-pvc
|
claimName: privatebin-data-yuyuko-pvc
|
||||||
containers:
|
containers:
|
||||||
- image: privatebin/nginx-fpm-alpine:v1.7.6
|
- image: privatebin/nginx-fpm-alpine:1.7.6
|
||||||
name: privatebin
|
name: privatebin
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
ports:
|
ports:
|
||||||
|
@@ -1,12 +1,12 @@
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: PersistentVolumeClaim
|
kind: PersistentVolumeClaim
|
||||||
metadata:
|
metadata:
|
||||||
name: privatebin-data-pvc
|
name: privatebin-data-yuyuko-pvc
|
||||||
namespace: privatebin
|
namespace: privatebin
|
||||||
spec:
|
spec:
|
||||||
accessModes:
|
accessModes:
|
||||||
- ReadWriteMany
|
- ReadWriteMany
|
||||||
storageClassName: longhorn
|
storageClassName: s3yuyuko
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
storage: 5Gi
|
storage: 5Gi
|
Reference in New Issue
Block a user