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