Compare commits

..

No commits in common. "7ca8b1f1125223f5f6efd759cc7ee54f47ed080d" and "bb16cd7fd3de16b73ca3377bdbc20e976f0614fd" have entirely different histories.

1 changed files with 0 additions and 6 deletions

View File

@ -6,8 +6,6 @@ metadata:
name: cryptpad name: cryptpad
spec: spec:
replicas: 1 replicas: 1
strategy:
type: Recreate
selector: selector:
matchLabels: matchLabels:
app.kubernetes.io/name: cryptpad app.kubernetes.io/name: cryptpad
@ -31,10 +29,6 @@ spec:
port: http port: http
timeoutSeconds: 10 timeoutSeconds: 10
name: cryptpad name: cryptpad
resources:
requests:
cpu: 25m
memory: 587804717
ports: ports:
- containerPort: 3000 - containerPort: 3000
name: http name: http