chore(snips): hint memory limit to Go
This commit is contained in:
parent
2f92ae6301
commit
dd17098ddb
1 changed files with 5 additions and 1 deletions
|
@ -53,6 +53,10 @@ spec:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: snips-secrets
|
name: snips-secrets
|
||||||
key: hmackey
|
key: hmackey
|
||||||
|
- name: GOMEMLIMIT
|
||||||
|
valueFrom:
|
||||||
|
resourceFieldRef:
|
||||||
|
resource: limits.memory
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8080
|
- containerPort: 8080
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
|
|
Loading…
Reference in a new issue