message-tagging-service: Add OpenShift service
This commit is contained in:
parent
873fe18454
commit
f1e5a56f96
2 changed files with 12 additions and 0 deletions
|
@ -33,3 +33,4 @@
|
|||
objectname: "{{ item }}.yml"
|
||||
with_items:
|
||||
- deployment
|
||||
- service
|
||||
|
|
|
@ -0,0 +1,11 @@
|
|||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: mts
|
||||
spec:
|
||||
selector:
|
||||
service: mts
|
||||
ports:
|
||||
- name: web
|
||||
port: 8080
|
||||
targetPort: 8080
|
Loading…
Add table
Add a link
Reference in a new issue