Code Review
/
nonrtric.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
history
|
raw
|
HEAD
Integrated gateway and updated kube support
[nonrtric.git]
/
test
/
simulator-group
/
cr
/
app.yaml
1
apiVersion: apps/v1
2
kind: Deployment
3
metadata:
4
name: $CR_APP_NAME
5
namespace: $KUBE_SIM_NAMESPACE
6
labels:
7
run: $CR_APP_NAME
8
autotest: CR
9
spec:
10
replicas: 1
11
selector:
12
matchLabels:
13
run: $CR_APP_NAME
14
template:
15
metadata:
16
labels:
17
run: $CR_APP_NAME
18
autotest: CR
19
spec:
20
containers:
21
- name: $CR_APP_NAME
22
image: $CR_IMAGE
23
imagePullPolicy: Never
24
ports:
25
- name: http
26
containerPort: $CR_INTERNAL_PORT
27
- name: https
28
containerPort: $CR_INTERNAL_SECURE_PORT