Skip to content
Snippets Groups Projects
Commit 9e84cb66 authored by Mikaël Barbero's avatar Mikaël Barbero :dagger:
Browse files

Renamed staging kube resources to keep the same pattern as other APIs

parent fa6a4f1a
No related branches found
No related tags found
No related merge requests found
apiVersion: apps/v1
kind: Deployment
metadata:
name: staging-marketplace-rest-api
name: marketplace-rest-staging-api
namespace: foundation-internal-webdev-apps
spec:
selector:
......@@ -32,7 +32,7 @@ spec:
apiVersion: "v1"
kind: "Service"
metadata:
name: staging-marketplace-rest-api
name: marketplace-rest-staging-api
namespace: foundation-internal-webdev-apps
spec:
ports:
......@@ -47,7 +47,7 @@ spec:
apiVersion: "route.openshift.io/v1"
kind: "Route"
metadata:
name: staging-marketplace-rest-api
name: marketplace-rest-staging-api
namespace: foundation-internal-webdev-apps
annotations:
haproxy.router.openshift.io/timeout: 20s
......@@ -61,5 +61,5 @@ spec:
termination: "edge"
to:
kind: "Service"
name: staging-marketplace-rest-api
name: marketplace-rest-staging-api
weight: 100
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment