Drop the route and service for librariesio2fedmsg
Since we use the busrelay, there are no incoming connections to the service, just outgoing ones. Signed-off-by: Jeremy Cline <jeremy@jcline.org>
This commit is contained in:
parent
da7ee64218
commit
b1ecd16de4
3 changed files with 0 additions and 40 deletions
|
@ -28,7 +28,5 @@
|
|||
- { role: openshift/object, app: librariesio2fedmsg, file: buildconfig.yml }
|
||||
- { role: openshift/start-build, app: librariesio2fedmsg, name: sse2fedmsg-docker-build }
|
||||
- { role: openshift/object, app: librariesio2fedmsg, template: configmap.yml }
|
||||
- { role: openshift/object, app: librariesio2fedmsg, file: service.yml }
|
||||
- { role: openshift/object, app: librariesio2fedmsg, file: route.yml }
|
||||
- { role: openshift/object, app: librariesio2fedmsg, file: deploymentconfig.yml }
|
||||
- { role: openshift/rollout, app: librariesio2fedmsg, name: librariesio2fedmsg }
|
||||
|
|
|
@ -1,18 +0,0 @@
|
|||
apiVersion: v1
|
||||
items:
|
||||
- apiVersion: v1
|
||||
kind: Route
|
||||
metadata:
|
||||
name: librariesio2fedmsg
|
||||
labels:
|
||||
app: librariesio2fedmsg
|
||||
spec:
|
||||
port:
|
||||
targetPort: 9940-tcp
|
||||
to:
|
||||
kind: Service
|
||||
name: librariesio2fedmsg
|
||||
weight: 100
|
||||
wildcardPolicy: None
|
||||
kind: List
|
||||
metadata: {}
|
|
@ -1,20 +0,0 @@
|
|||
apiVersion: v1
|
||||
items:
|
||||
- apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: librariesio2fedmsg
|
||||
labels:
|
||||
app: librariesio2fedmsg
|
||||
spec:
|
||||
ports:
|
||||
- name: 9940-tcp
|
||||
port: 9940
|
||||
protocol: TCP
|
||||
targetPort: 9940
|
||||
selector:
|
||||
deploymentconfig: librariesio2fedmsg
|
||||
sessionAffinity: None
|
||||
type: ClusterIP
|
||||
kind: List
|
||||
metadata: {}
|
Loading…
Add table
Add a link
Reference in a new issue