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