X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=smo-install%2Foran_oom%2Ftopology%2Ftemplates%2Fservice.yaml;fp=smo-install%2Foran_oom%2Ftopology%2Ftemplates%2Fservice.yaml;h=879f61db3c8f205214bc2bcb50b0b9c4a69ddfa6;hb=cdb0db58a12a8d78c95d5ac72154fbe404bc441c;hp=1ccb79e8241ad903eb7e5c549b9c91338d7fb172;hpb=dab79c372151329e07d6daf227009cd8abaadd7d;p=it%2Fdep.git 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" . }}