From 010b628c135ca30d7c0251d16afd6940bb95361c Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Thu, 2 Apr 2026 15:24:33 +0800 Subject: [PATCH] fix(gitops): align platform runtime bootstrap values --- infra/infrastructure/postgresql/values.yaml | 4 ++-- infra/platform/k3s-platform/values.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/infra/infrastructure/postgresql/values.yaml b/infra/infrastructure/postgresql/values.yaml index 5c6de57..f0389cf 100644 --- a/infra/infrastructure/postgresql/values.yaml +++ b/infra/infrastructure/postgresql/values.yaml @@ -53,11 +53,11 @@ stunnel: stunnelClient: enabled: true service: - port: 5432 + port: 15432 config: | [postgres-client] client = yes - accept = 0.0.0.0:5432 + accept = 0.0.0.0:15432 connect = postgresql.database.svc.cluster.local:5433 verifyChain = no sslVersion = TLSv1.2 diff --git a/infra/platform/k3s-platform/values.yaml b/infra/platform/k3s-platform/values.yaml index c7aea93..87fa6bd 100644 --- a/infra/platform/k3s-platform/values.yaml +++ b/infra/platform/k3s-platform/values.yaml @@ -44,8 +44,8 @@ components: apisix: deployment: role: traditional - roleTraditional: - configProvider: yaml + role_traditional: + config_provider: yaml standalone: enabled: true admin: