From 0dce0970625f4f1b86d3017da4d24cc232b9b1fe Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Fri, 2 Jun 2023 17:49:38 +0800 Subject: [PATCH] k3s-addon: update --- .github/workflows/setup-api-gateway-with-existed-vhost.yml | 1 + playbook/roles/k3s-addon/templates/ingress-apisix-values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/setup-api-gateway-with-existed-vhost.yml b/.github/workflows/setup-api-gateway-with-existed-vhost.yml index bb03171e..511133dc 100644 --- a/.github/workflows/setup-api-gateway-with-existed-vhost.yml +++ b/.github/workflows/setup-api-gateway-with-existed-vhost.yml @@ -54,6 +54,7 @@ jobs: ingress_ip=34.92.35.136 EOF ansible-playbook -i hosts/inventory jobs/init_k3s_cluster_apisix -D + ansible-playbook -i hosts/inventory jobs/init_nginx_oss -D setup-monitor-agent: runs-on: ubuntu-latest needs: diff --git a/playbook/roles/k3s-addon/templates/ingress-apisix-values.yaml b/playbook/roles/k3s-addon/templates/ingress-apisix-values.yaml index 63cea3c9..c77cbbaa 100644 --- a/playbook/roles/k3s-addon/templates/ingress-apisix-values.yaml +++ b/playbook/roles/k3s-addon/templates/ingress-apisix-values.yaml @@ -17,9 +17,9 @@ gateway: externalIPs: - {{ ingress_ip }} discovery: - enabled: true + enabled: false admin: - enabled: true + enabled: false ingress: className: apisix enabled: true