chore(fider): hint memory limit to Go
This commit is contained in:
parent
4b839e61c0
commit
2f92ae6301
1 changed files with 6 additions and 1 deletions
|
@ -21,6 +21,11 @@ spec:
|
||||||
- containerPort: 3000
|
- containerPort: 3000
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
name: web
|
name: web
|
||||||
|
env:
|
||||||
|
- name: GOMEMLIMIT
|
||||||
|
valueFrom:
|
||||||
|
resourceFieldRef:
|
||||||
|
resource: limits.memory
|
||||||
envFrom:
|
envFrom:
|
||||||
- secretRef:
|
- secretRef:
|
||||||
name: fider-config
|
name: fider-config
|
||||||
|
|
Loading…
Reference in a new issue