fix: tweak plausible
This commit is contained in:
+9
-2
@@ -14,7 +14,7 @@ spec:
|
||||
helm:
|
||||
values: |
|
||||
baseURL: https://plausible.adm.oceanbox.io
|
||||
databaseURL: postgres://app:password@plausible-analytics-postgresql-rw:5432/app
|
||||
databaseURL: postgres://app:password@plausible-analytics-db-rw:5432/app
|
||||
postgresql:
|
||||
enabled: false
|
||||
ingress:
|
||||
@@ -33,7 +33,7 @@ spec:
|
||||
- secretName: plausible-tls
|
||||
hosts:
|
||||
- plausible.adm.oceanbox.io
|
||||
project: sys
|
||||
project: aux
|
||||
syncPolicy:
|
||||
managedNamespaceMetadata:
|
||||
labels:
|
||||
@@ -45,6 +45,13 @@ spec:
|
||||
automated:
|
||||
selfHeal: false
|
||||
prune: true
|
||||
ignoreDifferences:
|
||||
- kind: Secret
|
||||
name: plausible-analytics
|
||||
jqPathExpressions:
|
||||
- '.data'
|
||||
- '.metadata.labels'
|
||||
- '.metadata.annotations'
|
||||
---
|
||||
apiVersion: postgresql.cnpg.io/v1
|
||||
kind: Cluster
|
||||
|
||||
Reference in New Issue
Block a user