Skip to content

Commit

Permalink
Use Docker images from apachepulsar hub org (apache#665)
Browse files Browse the repository at this point in the history
  • Loading branch information
merlimat authored Aug 9, 2017
1 parent b4040c9 commit 12fee6d
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
6 changes: 3 additions & 3 deletions kubernetes/generic/bookie.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ spec:
spec:
containers:
- name: bookie
image: streamlio/pulsar:latest
image: apachepulsar/pulsar:latest
command: ["sh", "-c"]
args:
- >
Expand All @@ -82,7 +82,7 @@ spec:
# The first time, initialize BK metadata in zookeeper
# Otherwise ignore error if it's already there
- name: bookie-metaformat
image: streamlio/pulsar:latest
image: apachepulsar/pulsar:latest
command: ["sh", "-c"]
args:
- >
Expand Down Expand Up @@ -144,7 +144,7 @@ spec:
spec:
containers:
- name: replication-worker
image: streamlio/pulsar:latest
image: apachepulsar/pulsar:latest
command: ["sh", "-c"]
args:
- >
Expand Down
4 changes: 2 additions & 2 deletions kubernetes/generic/broker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ spec:
spec:
containers:
- name: broker
image: streamlio/pulsar:latest
image: apachepulsar/pulsar:latest
command: ["sh", "-c"]
args:
- >
Expand Down Expand Up @@ -105,7 +105,7 @@ metadata:
spec:
containers:
- name: pulsar-admin
image: streamlio/pulsar:latest
image: apachepulsar/pulsar:latest
command: ["sh", "-c"]
args:
- >
Expand Down
4 changes: 2 additions & 2 deletions kubernetes/generic/monitoring.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ spec:
spec:
containers:
- name: grafana
image: streamlio/pulsar-grafana:latest
image: apachepulsar/pulsar-grafana:latest
ports:
- containerPort: 9090
env:
Expand Down Expand Up @@ -171,7 +171,7 @@ spec:
spec:
containers:
- name: grafana
image: streamlio/pulsar-dashboard:latest
image: apachepulsar/pulsar-dashboard:latest
ports:
- containerPort: 80
env:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/generic/zookeeper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ spec:
topologyKey: "kubernetes.io/hostname"
containers:
- name: zookeeper
image: streamlio/pulsar:latest
image: apachepulsar/pulsar:latest
command: ["sh", "-c"]
args:
- >
Expand Down
6 changes: 3 additions & 3 deletions kubernetes/google-container-engine/bookie.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ spec:
spec:
containers:
- name: bookie
image: streamlio/pulsar:latest
image: apachepulsar/pulsar:latest
command: ["sh", "-c"]
args:
- >
Expand All @@ -83,7 +83,7 @@ spec:
# The first time, initialize BK metadata in zookeeper
# Otherwise ignore error if it's already there
- name: bookie-metaformat
image: streamlio/pulsar:latest
image: apachepulsar/pulsar:latest
command: ["sh", "-c"]
args:
- >
Expand Down Expand Up @@ -145,7 +145,7 @@ spec:
spec:
containers:
- name: replication-worker
image: streamlio/pulsar:latest
image: apachepulsar/pulsar:latest
command: ["sh", "-c"]
args:
- >
Expand Down
4 changes: 2 additions & 2 deletions kubernetes/google-container-engine/broker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ spec:
spec:
containers:
- name: broker
image: streamlio/pulsar:latest
image: apachepulsar/pulsar:latest
command: ["sh", "-c"]
args:
- >
Expand Down Expand Up @@ -104,7 +104,7 @@ metadata:
spec:
containers:
- name: pulsar-admin
image: streamlio/pulsar:latest
image: apachepulsar/pulsar:latest
command: ["sh", "-c"]
args:
- >
Expand Down
4 changes: 2 additions & 2 deletions kubernetes/google-container-engine/monitoring.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ spec:
spec:
containers:
- name: grafana
image: streamlio/pulsar-grafana:latest
image: apachepulsar/pulsar-grafana:latest
ports:
- containerPort: 9090
env:
Expand Down Expand Up @@ -189,7 +189,7 @@ spec:
spec:
containers:
- name: grafana
image: streamlio/pulsar-dashboard:latest
image: apachepulsar/pulsar-dashboard:latest
ports:
- containerPort: 80
env:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/google-container-engine/zookeeper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ spec:
topologyKey: "kubernetes.io/hostname"
containers:
- name: zookeeper
image: streamlio/pulsar:latest
image: apachepulsar/pulsar:latest
command: ["sh", "-c"]
args:
- >
Expand Down
2 changes: 1 addition & 1 deletion site/docs/latest/deployment/Monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,5 @@ To use the dashboard manually:
```shell
docker run -p3000:3000 \
-e PROMETHEUS_URL=http://$PROMETHEUS_HOST:9090/ \
streamlio/pulsar-grafana:latest
apachepulsar/pulsar-grafana:latest
```

0 comments on commit 12fee6d

Please sign in to comment.