apps(privatebin): Moved to default namespace, replicas to 2, and moved storage to seaweedfs-storage

This commit is contained in:
2025-06-30 09:18:07 -04:00
parent feabc1f16f
commit a119072dc7
6 changed files with 8 additions and 18 deletions

View File

@@ -2,11 +2,10 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: privatebin
namespace: privatebin
labels:
app.kubernetes.io/name: privatebin
spec:
replicas: 3
replicas: 2
selector:
matchLabels:
app.kubernetes.io/name: privatebin
@@ -18,7 +17,7 @@ spec:
volumes:
- name: privatebin-data
persistentVolumeClaim:
claimName: privatebin-data-yuyuko-pvc
claimName: privatebin-data-pvc
containers:
- image: privatebin/nginx-fpm-alpine:1.7.8
name: privatebin
@@ -76,4 +75,4 @@ spec:
drop:
- ALL
seccompProfile:
type: RuntimeDefault
type: RuntimeDefault