Skip to content

Commit

Permalink
fix startup on kops clusters
Browse files Browse the repository at this point in the history
  • Loading branch information
nbyl authored and traefiker committed Sep 12, 2019
1 parent 71f1698 commit 8e424d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion helm/chart/maesh/charts/metrics/Chart.yaml
@@ -1,6 +1,6 @@
apiVersion: v1
description: A metrics Helm chart for Kubernetes
name: metrics
version: 0.0.3
version: 0.0.4
appVersion: 0.0.1
tillerVersion: ">=2.7.2"
2 changes: 1 addition & 1 deletion helm/chart/maesh/charts/metrics/templates/prometheus.yaml
Expand Up @@ -142,7 +142,7 @@ spec:
resources:
limits:
cpu: 10m
memory: 10Mi
memory: 15Mi
requests:
cpu: 10m
memory: 10Mi
Expand Down
2 changes: 1 addition & 1 deletion helm/chart/maesh/requirements.yaml
Expand Up @@ -3,5 +3,5 @@ dependencies:
version: 0.0.1
condition: tracing.enabled
- name: metrics
version: 0.0.3
version: 0.0.4
condition: metrics.enabled

0 comments on commit 8e424d4

Please sign in to comment.