feat(ch-ui): add CH-UI

This commit is contained in:
Masaki Yatsu
2025-09-12 23:30:16 +09:00
parent d43dadb91f
commit cf28e427c2
19 changed files with 1002 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
apiVersion: external-secrets.io/v1
kind: ExternalSecret
metadata:
name: ch-ui-credentials-external-secret
namespace: {{ .Env.CH_UI_NAMESPACE }}
spec:
refreshInterval: 1h
secretStoreRef:
name: vault-secret-store
kind: ClusterSecretStore
target:
name: ch-ui-credentials
creationPolicy: Owner
template:
type: Opaque
data:
clickhouse-password: "{{ `{{ .clickhouse_password }}` }}"
data:
- secretKey: clickhouse_password
remoteRef:
key: ch-ui/credentials
property: clickhouse-password