apps(privatebin): Moved to default namespace, replicas to 2, and moved storage to seaweedfs-storage
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user