Mentions légales du service

Skip to content
Snippets Groups Projects
Commit e1b51cba authored by Damien Saucez's avatar Damien Saucez
Browse files

Merge branch 'develop' of...

parents 1d434ba7 445019f1
Branches
Tags
No related merge requests found
......@@ -71,6 +71,7 @@ config:
tac: "{{ core.tac}}" # check the information with AMF
sst: "{{ core.sst }}" #currently only 4 standard values are allowed 1,2,3,4
amfhost: "{{ network.ips.amf.n2.ip }}" # amf ip-address or service-name oai-amf-svc or 172.21.6.94
flexrichost: "oai-flexric.{{ core.core.namespace }}"
n2IfName: "n2" # if multus.n2Interface.create is true then use n2
n3IfName: "n3" #if multus.n3Interface.create is true then use n3 or you can only use 1 interface n2 or eth0
f1IfName: "f1" #if multus.f1Interface.create is true then use f1
......
......@@ -70,6 +70,7 @@ config:
tac: "{{ core.tac}}" # check the information with AMF
sst: "{{ core.sst }}" #currently only 4 standard values are allowed 1,2,3,4
cuCpHost: "{{ network.ips.cucp.e1.ip }}" #
flexrichost: "oai-flexric.{{ core.core.namespace }}"
n2IfName: "n2" # if multus.n2Interface.create is true then use n2
n3IfName: "n3" #if multus.n3Interface.create is true then use n3 or you can only use 1 interface n2 or eth0
f1IfName: "f1" #if multus.f1uInterface.create is true then use f1
......
......@@ -21,11 +21,11 @@ spec:
- containerPort: 8080
resources:
limits:
cpu: 300m
memory: 400Mi
cpu: 2000m
memory: 2Gi
requests:
cpu: 150m
memory: 200Mi
cpu: 500m
memory: 800Mi
volumeMounts:
- name: rootfs
mountPath: /rootfs
......@@ -95,3 +95,4 @@ spec:
endpoints:
- path: /metrics/cadvisor
- port: cadvisor
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment