Skip to content
This repository has been archived by the owner on Dec 21, 2019. It is now read-only.

Commit

Permalink
Use GCE hosted images
Browse files Browse the repository at this point in the history
  • Loading branch information
tazjin committed Nov 28, 2015
1 parent 5e16e80 commit 1ae2d27
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions demo-rc.yaml
Expand Up @@ -16,12 +16,12 @@ spec:
lb-target: web
spec:
containers:
- image: tazjin/log-courier:latest
- image: eu.gcr.io/composite-watch-759/log-courier:latest
name: log-courier
volumeMounts:
- name: log-storage
mountPath: /var/log/nginx
- image: tazjin/nginx:latest
- image: eu.gcr.io/composite-watch-759/nginx:latest
name: nginx
ports:
- containerPort: 80
Expand Down
6 changes: 3 additions & 3 deletions elk-rc.yaml
Expand Up @@ -13,18 +13,18 @@ spec:
k8s-app: elk
spec:
containers:
- image: tazjin/elasticsearch:latest
- image: eu.gcr.io/composite-watch-759/elasticsearch:latest
name: elasticsearch
ports:
- containerPort: 9200
volumeMounts:
- name: es-storage
mountPath: /usr/share/elasticsearch/data
- image: tazjin/logstash:latest
- image: eu.gcr.io/composite-watch-759/logstash:latest
name: logstash
ports:
- containerPort: 8600
- image: kibana
- image: eu.gcr.io/composite-watch-759/kibana
name: kibana
env:
- name: ELASTICSEARCH_URL
Expand Down

0 comments on commit 1ae2d27

Please sign in to comment.