From 8a9458a8302859b5fdd5b79dc19aeb62f1eb8d8a Mon Sep 17 00:00:00 2001 From: nold Date: Tue, 17 May 2022 20:52:58 +0200 Subject: [PATCH] Change(apisix): enable ingress --- projects/core/values/apisix.yaml | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/projects/core/values/apisix.yaml b/projects/core/values/apisix.yaml index bf309939..abb7efbe 100644 --- a/projects/core/values/apisix.yaml +++ b/projects/core/values/apisix.yaml @@ -118,7 +118,7 @@ gateway: servicePort: 80 containerPort: 9080 tls: - enabled: false + enabled: true servicePort: 443 containerPort: 9443 existingCASecret: "" @@ -131,18 +131,19 @@ gateway: tcp: [] udp: [] ingress: - enabled: false - annotations: {} - # kubernetes.io/ingress.class: nginx + enabled: true + annotations: + kubernetes.io/ingress.class: apisix + cert-manager.io/cluster-issuer: vault-issuer # kubernetes.io/tls-acme: "true" hosts: - - host: apisix.local - paths: [] - tls: [] - # - secretName: apisix-tls - # hosts: - # - chart-example.local - + - host: api.six + paths: + - '/' + tls: + - secretName: apisix-tls + hosts: + - api.six admin: # Enable Admin API