Skip to content

Commit

Permalink
Merge pull request #6 from jhadvig/dynamic-demo-plugin-deploy_2
Browse files Browse the repository at this point in the history
Plugin CR
  • Loading branch information
jhadvig committed Dec 10, 2020
2 parents abe74bd + 98e29d2 commit b9fd987
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions frontend/dynamic-plugin-demo.yaml
Expand Up @@ -59,3 +59,15 @@ spec:
app: dynamic-plugin-demo
type: ClusterIP
sessionAffinity: None
---
apiVersion: console.openshift.io/v1
kind: ConsolePlugin
metadata:
name: dynamic-plugin-demo
spec:
displayName: 'Dynamic Plugin Demo'
service:
name: dynamic-plugin-demo
namespace: dynamic-plugin-demo
port: 9001
basePath: ''

0 comments on commit b9fd987

Please sign in to comment.