remove memory limit from Knative deployment

This commit is contained in:
marius 2020-04-19 09:59:22 +02:00
parent 3657ab6bde
commit e99699cf50

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"