Something went wrong on our end
-
Sagar Arora authored
- removed the use of helm-spray - removed the charts of spgwu, replaced with oai-upf - updated the charts of all nf except nssf
Sagar Arora authored- removed the use of helm-spray - removed the charts of spgwu, replaced with oai-upf - updated the charts of all nf except nssf
service.yaml 460 B
apiVersion: v1
kind: Service
metadata:
name: {{ .Chart.Name }}
labels:
{{- include "oai-ausf.labels" . | nindent 4 }}
spec:
type: ClusterIP
#clusterIP: None
ports:
- name: http
# Port accessible outside cluster
port: {{ .Values.exposedPorts.sbi }}
# Port to forward to inside the pod
targetPort: {{ .Values.exposedPorts.sbi }}
protocol: TCP
selector:
{{- include "oai-ausf.selectorLabels" . | nindent 4 }}