diff --git a/charts/inferencing-app/templates/deployment.yaml b/charts/inferencing-app/templates/deployment.yaml index f282b88..662f85f 100644 --- a/charts/inferencing-app/templates/deployment.yaml +++ b/charts/inferencing-app/templates/deployment.yaml @@ -20,7 +20,7 @@ spec: imagePullPolicy: {{ .Values.image.pullPolicy }} env: - name: INFERENCE_ENDPOINT - value: https://fraud-detection-fraud-detection.apps.{{ .Values.global.clusterDomain }}/v2/models/fraud-detection/infer + value: http://fraud-detection-predictor.fraud-detection.svc.cluster.local/v2/models/fraud-detection/infer - name: GRADIO_SERVER_PORT value: {{ .Values.port | quote }} ports: