mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-30 05:20:49 +08:00
Add service-fas.yml
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
@@ -37,8 +37,8 @@
|
||||
objectname: configmap.yml
|
||||
- role: openshift/object
|
||||
app: fas
|
||||
file: service.yml
|
||||
objectname: service.yml
|
||||
file: service-fas.yml
|
||||
objectname: service-fas.yml
|
||||
- role: openshift/route
|
||||
app: fas
|
||||
routename: fas
|
||||
|
||||
15
roles/openshift-apps/fas/files/service-fas.yml
Normal file
15
roles/openshift-apps/fas/files/service-fas.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: fas
|
||||
labels:
|
||||
app: fas
|
||||
service: fas
|
||||
namespace: fas
|
||||
spec:
|
||||
ports:
|
||||
- name: web
|
||||
port: 8080
|
||||
targetPort: 8080
|
||||
selector:
|
||||
deploymentconfig: fas
|
||||
Reference in New Issue
Block a user