Fixed Nameing issues
This commit is contained in:
parent
7ef8d67a26
commit
6293b688ef
3 changed files with 5 additions and 6 deletions
|
@ -93,7 +93,7 @@ kibana_image_repo: "gcr.io/google_containers/kibana"
|
||||||
kibana_image_tag: "{{ kibana_version }}"
|
kibana_image_tag: "{{ kibana_version }}"
|
||||||
heapster_grafana_version: "v4.0.2"
|
heapster_grafana_version: "v4.0.2"
|
||||||
heapster_grafana_image_repo: "gcr.io/google_containers/heapster-grafana-amd64"
|
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_version: "v1.3.0-beta.1"
|
||||||
heapster_image_repo: "gcr.io/google_containers/heapster-amd64"
|
heapster_image_repo: "gcr.io/google_containers/heapster-amd64"
|
||||||
heapster_image_tag: "{{ heapster_version }}"
|
heapster_image_tag: "{{ heapster_version }}"
|
||||||
|
@ -238,7 +238,6 @@ downloads:
|
||||||
repo: "{{ kibana_image_repo }}"
|
repo: "{{ kibana_image_repo }}"
|
||||||
tag: "{{ kibana_image_tag }}"
|
tag: "{{ kibana_image_tag }}"
|
||||||
sha256: "{{ kibana_digest_checksum|default(None) }}"
|
sha256: "{{ kibana_digest_checksum|default(None) }}"
|
||||||
<<<<<<< HEAD
|
|
||||||
helm:
|
helm:
|
||||||
container: true
|
container: true
|
||||||
repo: "{{ helm_image_repo }}"
|
repo: "{{ helm_image_repo }}"
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
---
|
---
|
||||||
heapster_namespace: kube-system
|
heapster_namespace: kube-system
|
||||||
|
|
||||||
grafana_version: "v4.0.2"
|
heapster_grafana_version: "v4.0.2"
|
||||||
grafana_image_repo: "gcr.io/google_containers/heapster-grafana-amd64"
|
heapster_grafana_image_repo: "gcr.io/google_containers/heapster-grafana-amd64"
|
||||||
grafana_image_tag: "{{ grafana_version }}"
|
heapster_grafana_image_tag: "{{ heapster_grafana_version }}"
|
||||||
|
|
||||||
heapster_version: "v1.3.0-beta.1"
|
heapster_version: "v1.3.0-beta.1"
|
||||||
heapster_image_repo: "gcr.io/google_containers/heapster-amd64"
|
heapster_image_repo: "gcr.io/google_containers/heapster-amd64"
|
||||||
|
|
|
@ -13,7 +13,7 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: grafana
|
- name: grafana
|
||||||
image: "{{ grafana_image_repo }}:{{ grafana_image_tag }}"
|
image: "{{ heapster_grafana_image_repo }}:{{ heapster_grafana_image_tag }}"
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 3000
|
- containerPort: 3000
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
|
|
Loading…
Reference in a new issue