chore(snips): hint memory limit to Go

This commit is contained in:
Peter 2024-05-09 15:25:36 +02:00
parent 2f92ae6301
commit dd17098ddb
Signed by: prskr
GPG key ID: F56BED6903BC5E37

View file

@ -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