remove memory limit from Knative deployment

master
marius 2020-04-19 09:59:22 +02:00
parent 3657ab6bde
commit e99699cf50
1 changed files with 0 additions and 6 deletions

View File

@ -6,12 +6,6 @@ metadata:
spec:
template:
spec:
limits:
- default:
memory: 512Mi
defaultRequest:
memory: 256Mi
type: Container
containers:
- image: docker.io/wishi/chuckjokes:latest
imagePullPolicy: "Always"