Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions config/500-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@ spec:
ports:
- containerPort: 9090
name: metrics
resources:
limits:
memory: 1000Mi # An initial guess, but consistent with serving
volumeMounts:
- name: config-logging
mountPath: /etc/config-logging
Expand Down
3 changes: 0 additions & 3 deletions config/500-sources-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ spec:
requests:
cpu: 100m
memory: 100Mi
limits:
cpu: 1000m
memory: 1000Mi
ports:
- name: metrics
containerPort: 9090
Expand Down
3 changes: 0 additions & 3 deletions config/500-webhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ spec:
value: config-logging
- name: WEBHOOK_NAME
value: eventing-webhook
resources:
limits:
memory: 1000Mi # An initial guess, but consistent with serving
volumes:
- name: config-logging
configMap:
Expand Down