Merge branch 'main' of gitlab.com:oceanbox/manifests
This commit is contained in:
+3
-4
@@ -14,7 +14,7 @@ spec:
|
||||
helm:
|
||||
values: |
|
||||
baseURL: https://plausible.adm.oceanbox.io
|
||||
databaseURL: postgres://app:password@plausible-analytics-db-rw:5432/app
|
||||
databaseURL: postgres://app:password@plausible-db-rw:5432/app
|
||||
postgresql:
|
||||
enabled: false
|
||||
ingress:
|
||||
@@ -37,14 +37,13 @@ spec:
|
||||
syncPolicy:
|
||||
managedNamespaceMetadata:
|
||||
labels:
|
||||
component: sys
|
||||
component: aux
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
- ApplyOutOfSyncOnly=true
|
||||
- ServerSideApply=true
|
||||
automated:
|
||||
selfHeal: false
|
||||
prune: true
|
||||
selfHeal: true
|
||||
ignoreDifferences:
|
||||
- kind: Secret
|
||||
name: plausible-analytics
|
||||
|
||||
Reference in New Issue
Block a user