X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fhelm%2Fosm%2Ftemplates%2Fwebhook_translator%2Fwebhook-translator-service.yaml;h=0fb1d8eba87e00d78a0d61c571dcabdd6d6d3558;hb=83bbf4ca53387acc181a2b4f37cc1eeba00d5f4a;hp=97a426f0da95f5d92f13e3c7c295a363d4c010da;hpb=28d71bd05bd7198639cd4e3b4ad20d2e2eb3d698;p=osm%2Fdevops.git diff --git a/installers/helm/osm/templates/webhook_translator/webhook-translator-service.yaml b/installers/helm/osm/templates/webhook_translator/webhook-translator-service.yaml index 97a426f0..0fb1d8eb 100644 --- a/installers/helm/osm/templates/webhook_translator/webhook-translator-service.yaml +++ b/installers/helm/osm/templates/webhook_translator/webhook-translator-service.yaml @@ -26,8 +26,8 @@ spec: type: {{ .Values.webhookTranslator.service.type }} ports: - nodePort: {{ .Values.webhookTranslator.service.nodePort }} - port: 80 - targetPort: 80 + port: {{ .Values.webhookTranslator.service.port }} + targetPort: 9998 protocol: TCP selector: app.kubernetes.io/component: webhook-translator