greenwave: use fedmsg-hub-3 instead of fedmsg-hub as the entrypoint

Need this in prod now too, for Greenwave 0.8 deployment.
This commit is contained in:
Dan Callaghan 2018-07-04 17:40:43 +10:00
parent d679998a0a
commit 1f976591c5
No known key found for this signature in database
GPG key ID: 7AA9FECF9C666408

View file

@ -80,11 +80,7 @@ spec:
ports:
- containerPort: 8081
command:
{% if env == 'staging' %}
- '/usr/bin/fedmsg-hub-3'
{% else %}
- '/usr/bin/fedmsg-hub'
{% endif %}
volumeMounts:
- name: config-volume
mountPath: /etc/greenwave