We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a27d1e7 + 4704835 commit 0dd96abCopy full SHA for 0dd96ab
manifests/kubernetes/deployment.yaml
@@ -61,6 +61,10 @@ spec:
61
- name: kepler-exporter
62
image: quay.io/sustainable_computing_io/kepler:latest
63
imagePullPolicy: Always
64
+ resources:
65
+ requests:
66
+ memory: "400Mi"
67
+ cpu: "100m"
68
securityContext:
69
privileged: true
70
command:
manifests/openshift/kepler/01-kepler-install.yaml
@@ -71,6 +71,10 @@ spec:
71
72
73
74
75
76
77
78
79
80
0 commit comments