Compare commits
2 commits
bb16cd7fd3
...
7ca8b1f112
Author | SHA1 | Date | |
---|---|---|---|
7ca8b1f112 | |||
a2d8ed4b9e |
1 changed files with 6 additions and 0 deletions
|
@ -6,6 +6,8 @@ metadata:
|
|||
name: cryptpad
|
||||
spec:
|
||||
replicas: 1
|
||||
strategy:
|
||||
type: Recreate
|
||||
selector:
|
||||
matchLabels:
|
||||
app.kubernetes.io/name: cryptpad
|
||||
|
@ -29,6 +31,10 @@ spec:
|
|||
port: http
|
||||
timeoutSeconds: 10
|
||||
name: cryptpad
|
||||
resources:
|
||||
requests:
|
||||
cpu: 25m
|
||||
memory: 587804717
|
||||
ports:
|
||||
- containerPort: 3000
|
||||
name: http
|
||||
|
|
Loading…
Add table
Reference in a new issue