Loading charts/meep-sss/templates/deployment.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ spec: ports: - containerPort: {{ .Values.deployment.port }} protocol: {{ .Values.deployment.protocol }} - containerPort: 33122 - containerPort: 31122 protocol: TCP env: {{- range $key, $value := .Values.image.env }} Loading charts/meep-sss/templates/service.yaml +2 −2 Original line number Diff line number Diff line Loading @@ -21,8 +21,8 @@ spec: nodePort: {{ .Values.service.nodePort }} {{- end }} - name: onem2m port: 33122 targetPort: 33122 port: 31122 targetPort: 31122 {{- if .Values.prometheus.monitor.enabled}} - name: metrics port: {{ .Values.prometheus.monitor.port }} Loading charts/meep-sss/values-template.yaml +2 −2 Original line number Diff line number Diff line Loading @@ -52,12 +52,12 @@ ingress: - path: /{{.SandboxName}}/{{.MepName}}/sens port: 80 - path: /{{.SandboxName}}/{{.MepName}}/onem2m port: 33122 port: 31122 {{- else }} - path: /{{.SandboxName}}/sens port: 80 - path: /{{.SandboxName}}/onem2m port: 33122 port: 31122 {{- end }} annotations: kubernetes.io/ingress.class: nginx Loading go-apps/meep-sss/Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -22,6 +22,6 @@ RUN chmod +x /entrypoint.sh RUN dpkg --configure -a EXPOSE 33122/tcp EXPOSE 31122/tcp ENTRYPOINT ["/entrypoint.sh"] go-apps/meep-sss/sbi/sss-sbi.go +6 −6 Original line number Diff line number Diff line Loading @@ -65,9 +65,9 @@ type SbiCfg struct { Port int HostId string Name string DiscoveryNotify func() StatusNotify func() DataNotify func() DiscoveryNotify func(map[string]interface{}) StatusNotify func(map[string]interface{}) DataNotify func(map[string]interface{}) ScenarioNameCb func(string) CleanUpCb func() } Loading @@ -89,9 +89,9 @@ type SssSbi struct { port int hostId string name string discoveryNotify func() statusNotify func() dataNotify func() discoveryNotify func(map[string]interface{}) statusNotify func(map[string]interface{}) dataNotify func(map[string]interface{}) updateScenarioNameCB func(string) cleanUpCB func() mutex sync.Mutex Loading Loading
charts/meep-sss/templates/deployment.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ spec: ports: - containerPort: {{ .Values.deployment.port }} protocol: {{ .Values.deployment.protocol }} - containerPort: 33122 - containerPort: 31122 protocol: TCP env: {{- range $key, $value := .Values.image.env }} Loading
charts/meep-sss/templates/service.yaml +2 −2 Original line number Diff line number Diff line Loading @@ -21,8 +21,8 @@ spec: nodePort: {{ .Values.service.nodePort }} {{- end }} - name: onem2m port: 33122 targetPort: 33122 port: 31122 targetPort: 31122 {{- if .Values.prometheus.monitor.enabled}} - name: metrics port: {{ .Values.prometheus.monitor.port }} Loading
charts/meep-sss/values-template.yaml +2 −2 Original line number Diff line number Diff line Loading @@ -52,12 +52,12 @@ ingress: - path: /{{.SandboxName}}/{{.MepName}}/sens port: 80 - path: /{{.SandboxName}}/{{.MepName}}/onem2m port: 33122 port: 31122 {{- else }} - path: /{{.SandboxName}}/sens port: 80 - path: /{{.SandboxName}}/onem2m port: 33122 port: 31122 {{- end }} annotations: kubernetes.io/ingress.class: nginx Loading
go-apps/meep-sss/Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -22,6 +22,6 @@ RUN chmod +x /entrypoint.sh RUN dpkg --configure -a EXPOSE 33122/tcp EXPOSE 31122/tcp ENTRYPOINT ["/entrypoint.sh"]
go-apps/meep-sss/sbi/sss-sbi.go +6 −6 Original line number Diff line number Diff line Loading @@ -65,9 +65,9 @@ type SbiCfg struct { Port int HostId string Name string DiscoveryNotify func() StatusNotify func() DataNotify func() DiscoveryNotify func(map[string]interface{}) StatusNotify func(map[string]interface{}) DataNotify func(map[string]interface{}) ScenarioNameCb func(string) CleanUpCb func() } Loading @@ -89,9 +89,9 @@ type SssSbi struct { port int hostId string name string discoveryNotify func() statusNotify func() dataNotify func() discoveryNotify func(map[string]interface{}) statusNotify func(map[string]interface{}) dataNotify func(map[string]interface{}) updateScenarioNameCB func(string) cleanUpCB func() mutex sync.Mutex Loading