Merge branch 'fix-plausible' into 'main'
fix(plausible): Update ingress with correct hostname See merge request oceanbox/manifests!4
This commit was merged in pull request #18.
This commit is contained in:
+6
-7
@@ -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-db-rw:5432/app
|
||||
postgresql:
|
||||
enabled: false
|
||||
ingress:
|
||||
@@ -25,26 +25,25 @@ spec:
|
||||
nginx.ingress.kubernetes.io/ssl-redirect: "true"
|
||||
nginx.ingress.kubernetes.io/whitelist-source-range: 10.0.0.0/8,172.16.0.0/12,192.168.0.0/16,172.19.255.0/24,148.122.135.23
|
||||
hosts:
|
||||
- plausible.t0.itpartner.no
|
||||
- plausible.adm.oceanbox.io
|
||||
paths:
|
||||
- /
|
||||
pathType: ImplementationSpecific
|
||||
tls:
|
||||
- secretName: plausible-tls
|
||||
hosts:
|
||||
- plausible.t0.itpartner.no
|
||||
project: sys
|
||||
- plausible.adm.oceanbox.io
|
||||
project: aux
|
||||
syncPolicy:
|
||||
managedNamespaceMetadata:
|
||||
labels:
|
||||
component: sys
|
||||
component: aux
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
- ApplyOutOfSyncOnly=true
|
||||
- ServerSideApply=true
|
||||
automated:
|
||||
selfHeal: false
|
||||
prune: true
|
||||
selfHeal: true
|
||||
---
|
||||
apiVersion: postgresql.cnpg.io/v1
|
||||
kind: Cluster
|
||||
|
||||
Reference in New Issue
Block a user