diff --git a/ansible/files/k8s/grafana.yaml b/ansible/files/k8s/grafana.yaml index ebf5257..fcb8cb0 100644 --- a/ansible/files/k8s/grafana.yaml +++ b/ansible/files/k8s/grafana.yaml @@ -10,7 +10,14 @@ spec: containers: - image: grafana/grafana name: grafana - resources: {} + resources: + limits: + cpu: "1" + memory: "200Mi" + requests: + memory: "100Mi" + cpu: "0.5" dnsPolicy: ClusterFirst restartPolicy: Always + automountServiceAccountToken: false status: {} diff --git a/ansible/inventory/cluster.k8s.yml b/ansible/inventory/cluster.k8s.yml index 5aa9e8a..ba91e13 100644 --- a/ansible/inventory/cluster.k8s.yml +++ b/ansible/inventory/cluster.k8s.yml @@ -2,4 +2,4 @@ plugin: kubernetes.core.k8s connections: - namespaces: - - vault + - vault