From 253514b4a005fd45f8c6e4ec882af091ac777af2 Mon Sep 17 00:00:00 2001 From: Dustin Falgout Date: Mon, 8 May 2023 14:45:44 -0500 Subject: [PATCH] feat: bump ai-server chart version --- charts/ai-server/Chart.yaml | 2 +- charts/ai-server/templates/ingress.yml | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/charts/ai-server/Chart.yaml b/charts/ai-server/Chart.yaml index 2e3b69e..4d7c0a8 100644 --- a/charts/ai-server/Chart.yaml +++ b/charts/ai-server/Chart.yaml @@ -5,4 +5,4 @@ maintainers: - email: dustin@elegantthemes.com name: Elegant Themes name: ai-server -version: 1.0.4 +version: 1.0.5 diff --git a/charts/ai-server/templates/ingress.yml b/charts/ai-server/templates/ingress.yml index 481d717..2a4afc4 100644 --- a/charts/ai-server/templates/ingress.yml +++ b/charts/ai-server/templates/ingress.yml @@ -27,5 +27,7 @@ spec: - path: "/.*" pathType: Prefix backend: - serviceName: ai-server - servicePort: 9999 + service: + name: ai-server + port: + number: 9999