Fixed Nameing issues

This commit is contained in:
Vincent Schwarzer 2017-03-20 10:44:20 +01:00
parent 7ef8d67a26
commit 6293b688ef
3 changed files with 5 additions and 6 deletions

View file

@ -93,7 +93,7 @@ kibana_image_repo: "gcr.io/google_containers/kibana"
kibana_image_tag: "{{ kibana_version }}"
heapster_grafana_version: "v4.0.2"
heapster_grafana_image_repo: "gcr.io/google_containers/heapster-grafana-amd64"
heapster_grafana_image_tag: "{{ grafana_version }}"
heapster_grafana_image_tag: "{{ heapster_grafana_version }}"
heapster_version: "v1.3.0-beta.1"
heapster_image_repo: "gcr.io/google_containers/heapster-amd64"
heapster_image_tag: "{{ heapster_version }}"
@ -238,7 +238,6 @@ downloads:
repo: "{{ kibana_image_repo }}"
tag: "{{ kibana_image_tag }}"
sha256: "{{ kibana_digest_checksum|default(None) }}"
<<<<<<< HEAD
helm:
container: true
repo: "{{ helm_image_repo }}"

View file

@ -1,9 +1,9 @@
---
heapster_namespace: kube-system
grafana_version: "v4.0.2"
grafana_image_repo: "gcr.io/google_containers/heapster-grafana-amd64"
grafana_image_tag: "{{ grafana_version }}"
heapster_grafana_version: "v4.0.2"
heapster_grafana_image_repo: "gcr.io/google_containers/heapster-grafana-amd64"
heapster_grafana_image_tag: "{{ heapster_grafana_version }}"
heapster_version: "v1.3.0-beta.1"
heapster_image_repo: "gcr.io/google_containers/heapster-amd64"

View file

@ -13,7 +13,7 @@ spec:
spec:
containers:
- name: grafana
image: "{{ grafana_image_repo }}:{{ grafana_image_tag }}"
image: "{{ heapster_grafana_image_repo }}:{{ heapster_grafana_image_tag }}"
ports:
- containerPort: 3000
protocol: TCP