fix(platform): use templated postgresql ingress domain

This commit is contained in:
Haitao Pan 2026-04-04 08:04:34 +08:00
parent f14bcd8c4d
commit eb7f01e0ac
2 changed files with 2 additions and 2 deletions

View File

@ -2,5 +2,5 @@ apiVersion: v2
name: k3s-platform-chart
description: Composes Flux-managed platform components for the k3s platform
type: application
version: 0.1.8
version: 0.1.9
appVersion: "1.0.0"

View File

@ -141,7 +141,7 @@ components:
className: caddy
serviceName: postgresql-tls-placeholder
servicePort: 80
host: postgresql-tls.svc.plus
host: "postgresql-<node-or-cluster>.svc.plus"
secretName: postgresql-tls
vault:
enabled: false