Skip to content
Snippets Groups Projects

Integration of TE component

Merged Lluis Gifre Renom requested to merge feat/te-service into develop
5 files
+ 9
9
Compare changes
  • Side-by-side
  • Inline
Files
5
+ 3
3
@@ -34,7 +34,7 @@ spec:
image: labs.etsi.org:5050/tfs/controller/te:latest
imagePullPolicy: Always
ports:
- containerPort: 11010
- containerPort: 10030
env:
- name: ERLANG_LOGGER_LEVEL
value: "debug"
@@ -73,8 +73,8 @@ spec:
ports:
- name: grpc
protocol: TCP
port: 11010
targetPort: 11010
port: 10030
targetPort: 10030
- name: pcep
protocol: TCP
port: 4189
Loading