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:
|
||||
name: snips-secrets
|
||||
key: hmackey
|
||||
- name: GOMEMLIMIT
|
||||
valueFrom:
|
||||
resourceFieldRef:
|
||||
resource: limits.memory
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
protocol: TCP
|
||||
|
@ -162,4 +166,4 @@ spec:
|
|||
path: snips.pub
|
||||
- name: litestream-config
|
||||
configMap:
|
||||
name: litestream-config
|
||||
name: litestream-config
|
||||
|
|
Loading…
Reference in a new issue