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:
Jonas Juselius
2025-02-22 07:30:17 +00:00
+6 -7
View File
@@ -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-db-rw:5432/app
postgresql: postgresql:
enabled: false enabled: false
ingress: ingress:
@@ -25,26 +25,25 @@ spec:
nginx.ingress.kubernetes.io/ssl-redirect: "true" 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 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: hosts:
- plausible.t0.itpartner.no - plausible.adm.oceanbox.io
paths: paths:
- / - /
pathType: ImplementationSpecific pathType: ImplementationSpecific
tls: tls:
- secretName: plausible-tls - secretName: plausible-tls
hosts: hosts:
- plausible.t0.itpartner.no - plausible.adm.oceanbox.io
project: sys project: aux
syncPolicy: syncPolicy:
managedNamespaceMetadata: managedNamespaceMetadata:
labels: labels:
component: sys component: aux
syncOptions: syncOptions:
- CreateNamespace=true - CreateNamespace=true
- ApplyOutOfSyncOnly=true - ApplyOutOfSyncOnly=true
- ServerSideApply=true
automated: automated:
selfHeal: false
prune: true prune: true
selfHeal: true
--- ---
apiVersion: postgresql.cnpg.io/v1 apiVersion: postgresql.cnpg.io/v1
kind: Cluster kind: Cluster