Compare commits
No commits in common. "7ca8b1f1125223f5f6efd759cc7ee54f47ed080d" and "bb16cd7fd3de16b73ca3377bdbc20e976f0614fd" have entirely different histories.
7ca8b1f112
...
bb16cd7fd3
|
@ -6,8 +6,6 @@ metadata:
|
|||
name: cryptpad
|
||||
spec:
|
||||
replicas: 1
|
||||
strategy:
|
||||
type: Recreate
|
||||
selector:
|
||||
matchLabels:
|
||||
app.kubernetes.io/name: cryptpad
|
||||
|
@ -31,10 +29,6 @@ spec:
|
|||
port: http
|
||||
timeoutSeconds: 10
|
||||
name: cryptpad
|
||||
resources:
|
||||
requests:
|
||||
cpu: 25m
|
||||
memory: 587804717
|
||||
ports:
|
||||
- containerPort: 3000
|
||||
name: http
|
||||
|
|
Loading…
Reference in New Issue