From 064018908b7fc6317b5d6a6a083b13d0b36ff0c7 Mon Sep 17 00:00:00 2001 From: notevery Date: Fri, 3 Feb 2023 19:44:14 +0800 Subject: [PATCH] 32580 --- arkid.yaml | 2 +- chart/Chart.yaml | 2 +- chart/charts/apisix/templates/service-gateway.yaml | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/arkid.yaml b/arkid.yaml index 8bb1454..ef8be38 100644 --- a/arkid.yaml +++ b/arkid.yaml @@ -5,7 +5,7 @@ metadata: namespace: arkid spec: chart: arkid - version: 3.2.16 + version: 3.2.17 repo: https://harbor.longguikeji.com/chartrepo/public targetNamespace: arkid valuesContent: |- diff --git a/chart/Chart.yaml b/chart/Chart.yaml index cd67794..286d67a 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -3,7 +3,7 @@ annotations: apiVersion: v2 name: arkid -version: 3.2.16 +version: 3.2.17 appVersion: "2.6.11" kubeVersion: ">= 1.16.0" description: ArkID is an enterprise SSO solutions, it supports LDAP, OpenID, SAML, OAuth and more diff --git a/chart/charts/apisix/templates/service-gateway.yaml b/chart/charts/apisix/templates/service-gateway.yaml index 31bf0fc..a7b16a2 100644 --- a/chart/charts/apisix/templates/service-gateway.yaml +++ b/chart/charts/apisix/templates/service-gateway.yaml @@ -57,6 +57,7 @@ spec: protocol: TCP - name: apisix-gateway-arkid port: 8080 + nodePort: 32580 targetPort: 8080 protocol: TCP {{- end }}