From 3f4de648b3ff1afb0e574dc702589bc2669c1a2b Mon Sep 17 00:00:00 2001 From: n8wb Date: Tue, 18 Feb 2025 15:59:03 -0800 Subject: [PATCH] fix --- ops/chart/templates/ingress.yaml | 2 +- ops/chart/values.yaml | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/ops/chart/templates/ingress.yaml b/ops/chart/templates/ingress.yaml index 6941f47..35190d9 100644 --- a/ops/chart/templates/ingress.yaml +++ b/ops/chart/templates/ingress.yaml @@ -45,7 +45,7 @@ spec: service: name: {{ $serviceName }} port: - number: {{ $.Values.service.port }} + number: {{ .service.port }} {{- end }} --- {{- end }} diff --git a/ops/chart/values.yaml b/ops/chart/values.yaml index 2631450..dbe36a4 100644 --- a/ops/chart/values.yaml +++ b/ops/chart/values.yaml @@ -14,9 +14,7 @@ ingress: verbosity: WARN # Shared environment variables -environment: -- name: PORT - value: "8080" +environment: [] projectId: oxbow-406621 namespace: default \ No newline at end of file