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: