X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=nonrtric%2Fhelm%2Finformationservice%2Ftemplates%2Fingress.yaml;fp=nonrtric%2Fhelm%2Fenrichmentservice%2Ftemplates%2Fingress.yaml;h=9387bdce2be7d479e8f95c432b6d80123dc39760;hb=326fd8c271cde82ade05d81b77859a002eecd33b;hp=deb3b5471b2ec9c382ec72982bb05443e2da3d5f;hpb=979de8747c7fb63438a350fb5631494bc87b485b;p=it%2Fdep.git diff --git a/nonrtric/helm/enrichmentservice/templates/ingress.yaml b/nonrtric/helm/informationservice/templates/ingress.yaml similarity index 80% rename from nonrtric/helm/enrichmentservice/templates/ingress.yaml rename to nonrtric/helm/informationservice/templates/ingress.yaml index deb3b547..9387bdce 100644 --- a/nonrtric/helm/enrichmentservice/templates/ingress.yaml +++ b/nonrtric/helm/informationservice/templates/ingress.yaml @@ -16,11 +16,11 @@ ################################################################################ */}} -{{- if .Values.enrichmentservice.ingress.enabled -}} +{{- if .Values.informationservice.ingress.enabled -}} apiVersion: networking.k8s.io/v1 kind: Ingress metadata: - name: {{ include "common.name.enrichmentservice" . }} + name: {{ include "common.name.informationservice" . }} namespace: {{ include "common.namespace.nonrtric" . }} spec: @@ -31,15 +31,15 @@ spec: - path: "/data-producer" backend: service: - name: {{ include "common.name.enrichmentservice" . }} + name: {{ include "common.name.informationservice" . }} port: - number: {{ .Values.enrichmentservice.service.internalPort1 }} + number: {{ .Values.informationservice.service.internalPort1 }} pathType: Prefix - path: "/data-consumer" backend: service: - name: {{ include "common.name.enrichmentservice" . }} + name: {{ include "common.name.informationservice" . }} port: - number: {{ .Values.enrichmentservice.service.internalPort1 }} + number: {{ .Values.informationservice.service.internalPort1 }} pathType: Prefix {{- end -}} \ No newline at end of file