Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deploy_upf/upf-c-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
securityContext:
privileged: true
env:
- name: UPU_RUNCONFIG
- name: UPF_RUNCONFIG
value: /opt/upf/config/smu/smu_docker.ini
command: [ "/opt/upf/bin/smu" ] # Start the program
stdin: true
Expand Down
2 changes: 1 addition & 1 deletion deploy_upf/upf-loadbalancer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
capabilities:
add: ["IPC_LOCK"]
env:
- name: UPU_RUNCONFIG
- name: UPF_RUNCONFIG
value: /opt/upf/config/lbu/lbu_docker.ini
- name: DPDK_PCIDEVICE
value: PCIDEVICE_INTEL_COM_INTEL_SRIOV_DPDK #delimited by comma, for example A,B
Expand Down
2 changes: 1 addition & 1 deletion deploy_upf/upf-u-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
capabilities:
add: ["IPC_LOCK"]
env:
- name: UPU_RUNCONFIG
- name: UPF_RUNCONFIG
value: /opt/upf/config/fpu/fpu_docker.ini
- name: DPDK_PCIDEVICE
value: PCIDEVICE_INTEL_COM_INTEL_SRIOV_DPDK #delimited by comma, for example A,B
Expand Down