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
|
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
|
||||||
|
@ -29,6 +31,10 @@ 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
|
||||||
|
|
Loading…
Add table
Reference in a new issue