messaging-bridges: don't use endpoints
This commit is contained in:
parent
2679a3283a
commit
aa81de22a5
2 changed files with 0 additions and 24 deletions
|
@ -48,10 +48,6 @@
|
||||||
app: messaging-bridges
|
app: messaging-bridges
|
||||||
file: service.yml
|
file: service.yml
|
||||||
objectname: service.yml
|
objectname: service.yml
|
||||||
- role: openshift/object
|
|
||||||
app: messaging-bridges
|
|
||||||
template: endpoints.yml
|
|
||||||
objectname: endpoints.yml
|
|
||||||
- role: openshift/object
|
- role: openshift/object
|
||||||
app: messaging-bridges
|
app: messaging-bridges
|
||||||
file: deploymentconfig.yml
|
file: deploymentconfig.yml
|
||||||
|
|
|
@ -1,20 +0,0 @@
|
||||||
kind: "Endpoints"
|
|
||||||
apiVersion: "v1"
|
|
||||||
metadata:
|
|
||||||
name: "rabbitmq"
|
|
||||||
subsets:
|
|
||||||
- addresses:
|
|
||||||
- ip: "rabbitmq01{{ env_suffix }}.phx2.fedoraproject.org"
|
|
||||||
ports:
|
|
||||||
- port: 5672
|
|
||||||
name: "amqp"
|
|
||||||
- addresses:
|
|
||||||
- ip: "rabbitmq02{{ env_suffix }}.phx2.fedoraproject.org"
|
|
||||||
ports:
|
|
||||||
- port: 5672
|
|
||||||
name: "amqp"
|
|
||||||
- addresses:
|
|
||||||
- ip: "rabbitmq03{{ env_suffix }}.phx2.fedoraproject.org"
|
|
||||||
ports:
|
|
||||||
- port: 5672
|
|
||||||
name: "amqp"
|
|
Loading…
Add table
Add a link
Reference in a new issue