Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

Commit

Permalink
chore: adding openshift related labels
Browse files Browse the repository at this point in the history
  • Loading branch information
aalykiot committed Apr 3, 2020
1 parent 2dd7057 commit 704bbee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cute-name-service/.openshiftio/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ objects:
expose: "true"
project: nodejs-cache-redhat-cute-name
version: 3.0.0
'app.openshift.io/runtime': 'nodejs'
- apiVersion: apps.openshift.io/v1
kind: DeploymentConfig
metadata:
Expand All @@ -102,6 +103,7 @@ objects:
provider: nodeshift
project: nodejs-cache-redhat-cute-name
version: 3.0.0
'app.openshift.io/runtime': 'nodejs'
spec:
template:
spec:
Expand Down Expand Up @@ -161,3 +163,4 @@ objects:
provider: nodeshift
project: nodejs-cache-redhat-cute-name
version: 3.0.0
'app.openshift.io/runtime': 'nodejs'
3 changes: 3 additions & 0 deletions greeting-service/.openshiftio/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ objects:
expose: 'true'
project: nodejs-cache-redhat-greeting
version: 3.0.0
'app.openshift.io/runtime': 'nodejs'
- apiVersion: apps.openshift.io/v1
kind: DeploymentConfig
metadata:
Expand All @@ -102,6 +103,7 @@ objects:
provider: nodeshift
project: nodejs-cache-redhat-greeting
version: 3.0.0
'app.openshift.io/runtime': 'nodejs'
spec:
template:
spec:
Expand Down Expand Up @@ -161,3 +163,4 @@ objects:
provider: nodeshift
project: nodejs-cache-redhat-greeting
version: 3.0.0
'app.openshift.io/runtime': 'nodejs'

0 comments on commit 704bbee

Please sign in to comment.