Skip to content

Commit

Permalink
ueransim service (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
henderiw authored Jun 29, 2023
1 parent 62b14de commit 3fc0722
Showing 1 changed file with 17 additions and 16 deletions.
33 changes: 17 additions & 16 deletions ueransim/gnb/service_gnb-service.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
apiVersion: v1
kind: Service
metadata:
name: gnb-service
labels:
app.kubernetes.io/version: "v3.2.6"
app: ueransim
component: gnb
spec:
type: ClusterIP
ports:
- name: gnb-ue
port: 4997
protocol: UDP
selector:
app: ueransim
component: gnb
kind: Service
metadata:
name: gnb-service
labels:
app.kubernetes.io/version: "v3.2.6"
app: ueransim
component: gnb
spec:
type: ClusterIP
ports:
- name: gnb-ue
port: 4997
protocol: UDP
selector:
app: ueransim
component: gnb

0 comments on commit 3fc0722

Please sign in to comment.