Added prest service to monitor-dashboards poc

This commit is contained in:
Adam Saleh 2021-02-09 09:51:47 +01:00
parent d34274b02a
commit 6f6b6e0976
4 changed files with 86 additions and 0 deletions

View file

@ -0,0 +1,16 @@
apiVersion: v1
kind: Route
metadata:
name: prest
labels:
app: prest
spec:
#host: waiverdb.stg.fedoraproject.org
port:
targetPort: prest
to:
kind: Service
name: prest
tls:
termination: Edge
insecureEdgeTerminationPolicy: Redirect

View file

@ -0,0 +1,14 @@
apiVersion: v1
kind: Service
metadata:
name: prest
labels:
app: prest
spec:
selector:
app: prest
service: prest
ports:
- name: prest
port: 8080
targetPort: 3000