fix(platform): use templated postgresql ingress domain
This commit is contained in:
parent
f14bcd8c4d
commit
eb7f01e0ac
@ -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"
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user