From fc1bc785aca438053e775159181c47be1c29dbd2 Mon Sep 17 00:00:00 2001 From: Damien Ostler Date: Fri, 9 Feb 2024 01:12:28 -0500 Subject: [PATCH] fix --- charts/core-api/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/core-api/values.yaml b/charts/core-api/values.yaml index ecd7816..e7062f0 100644 --- a/charts/core-api/values.yaml +++ b/charts/core-api/values.yaml @@ -45,9 +45,9 @@ service: ingress: enabled: true - className: "ingress-nginx" + className: "nginx" annotations: {} - # kubernetes.io/ingress.class: nginx + kubernetes.io/ingress.class: nginx # kubernetes.io/tls-acme: "true" hosts: - host: core-api.comissions.dev