Code Review
/
nonrtric.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
history
|
raw
|
HEAD
Merge "Add docker build to mediator pom"
[nonrtric.git]
/
test
/
simulator-group
/
ics
/
svc.yaml
1
apiVersion: v1
2
kind: Service
3
metadata:
4
name: $ICS_APP_NAME
5
namespace: $KUBE_NONRTRIC_NAMESPACE
6
labels:
7
run: $ICS_APP_NAME
8
autotest: ICS
9
spec:
10
type: ClusterIP
11
ports:
12
- port: $ICS_EXTERNAL_PORT
13
targetPort: $ICS_INTERNAL_PORT
14
protocol: TCP
15
name: http
16
- port: $ICS_EXTERNAL_SECURE_PORT
17
targetPort: $ICS_INTERNAL_SECURE_PORT
18
protocol: TCP
19
name: https
20
selector:
21
run: $ICS_APP_NAME