-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp-deploy.yaml
36 lines (36 loc) · 1.06 KB
/
app-deploy.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
apiVersion: appsody.dev/v1beta1
kind: AppsodyApplication
metadata:
annotations:
image.opencontainers.org/created: "2020-03-03T16:30:52+01:00"
stack.appsody.dev/authors: Chechu <[email protected]>
stack.appsody.dev/configured: dev.local/appsody/react:0.3
stack.appsody.dev/created: "2020-03-03T14:25:25+01:00"
stack.appsody.dev/description: Runtime for React applications
stack.appsody.dev/licenses: Apache-2.0
stack.appsody.dev/tag: dev.local/appsody/react:0.6.0
stack.appsody.dev/title: React
creationTimestamp: null
labels:
image.opencontainers.org/title: ocp-lab-frontend-react
stack.appsody.dev/id: react
stack.appsody.dev/version: 0.3.3
name: ui
namespace: cloud-lab
spec:
applicationImage: dev.local/ocp-lab-frontend-react
createKnativeService: false
expose: true
service:
port: 3000
type: NodePort
stack: react
version: 1.0.0
volumeMounts:
- name: config-volume
mountPath: /project/user-app/src/config
volumes:
- name: config-volume
configMap:
name: cloud-lab-ui
status: {}