X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=it%2Fdep.git;a=blobdiff_plain;f=smo-install%2Foran_oom%2Ftopology%2Ftemplates%2Fservice.yaml;fp=smo-install%2Foran_oom%2Ftopology%2Ftemplates%2Fservice.yaml;h=879f61db3c8f205214bc2bcb50b0b9c4a69ddfa6;hp=1ccb79e8241ad903eb7e5c549b9c91338d7fb172;hb=918108f729c368db61fe904024129f21269e19b7;hpb=c9ace66e2b4635918c4c4c473dfc7bcbeb41b7ae diff --git a/smo-install/oran_oom/topology/templates/service.yaml b/smo-install/oran_oom/topology/templates/service.yaml index 1ccb79e8..879f61db 100644 --- a/smo-install/oran_oom/topology/templates/service.yaml +++ b/smo-install/oran_oom/topology/templates/service.yaml @@ -12,20 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -apiVersion: v1 -kind: Service -metadata: - name: "topology" - labels: - name: topology - release: {{ .Release.Name }} - chart: {{ .Chart.Name }} -spec: - type: {{ .Values.service.type }} - ports: - - port: {{ .Values.service.ports.port }} - nodePort: {{ .Values.service.ports.nodePort }} - selector: - name: topology - release: {{ .Release.Name }} - chart: {{ .Chart.Name }} +{{ include "common.service" . }}