[happybirthdaygnome-web/oscp] Add route resources
- From: Andrea Veri <averi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [happybirthdaygnome-web/oscp] Add route resources
- Date: Fri, 23 Aug 2019 09:50:55 +0000 (UTC)
commit 10aed656b31174456acb01da4eb62f67c0422772
Author: Andrea Veri <averi redhat com>
Date: Fri Aug 23 11:50:57 2019 +0200
Add route resources
resources/happybirthdaygnome.org.yaml | 14 ++++++++++++++
resources/www.happybirthdaygnome.org.yaml | 14 ++++++++++++++
2 files changed, 28 insertions(+)
---
diff --git a/resources/happybirthdaygnome.org.yaml b/resources/happybirthdaygnome.org.yaml
new file mode 100644
index 0000000..315bcbb
--- /dev/null
+++ b/resources/happybirthdaygnome.org.yaml
@@ -0,0 +1,14 @@
+apiVersion: route.openshift.io/v1
+kind: Route
+metadata:
+ name: happybirthdaygnome.org
+ namespace: redirects-web
+spec:
+ host: happybirthdaygnome.org
+ port:
+ targetPort: 8080-tcp
+ to:
+ kind: Service
+ name: happybirthdaygnome-web
+ weight: 100
+ wildcardPolicy: None
diff --git a/resources/www.happybirthdaygnome.org.yaml b/resources/www.happybirthdaygnome.org.yaml
new file mode 100644
index 0000000..df4da23
--- /dev/null
+++ b/resources/www.happybirthdaygnome.org.yaml
@@ -0,0 +1,14 @@
+apiVersion: route.openshift.io/v1
+kind: Route
+metadata:
+ name: www.happybirthdaygnome.org
+ namespace: redirects-web
+spec:
+ host: www.happybirthdaygnome.org
+ port:
+ targetPort: 8080-tcp
+ to:
+ kind: Service
+ name: happybirthdaygnome-web
+ weight: 100
+ wildcardPolicy: None
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]