docs: Move staging to .obx

This commit is contained in:
2026-06-13 15:52:25 +02:00
parent ac18795766
commit 6e92e3ca1a
+3 -3
View File
@@ -10,16 +10,16 @@ ingress:
enabled: true enabled: true
className: "haproxy" className: "haproxy"
annotations: annotations:
cert-manager.io/cluster-issuer: letsencrypt-staging cert-manager.io/cluster-issuer: ca-issuer
haproxy.org/backend-protocol: h1 haproxy.org/backend-protocol: h1
haproxy.org/cors-enable: "true" haproxy.org/cors-enable: "true"
oceanbox.io/expose: internal oceanbox.io/expose: internal
hosts: hosts:
- host: docs.dev.oceanbox.io - host: docs.dev.hel1.obx
paths: paths:
- path: / - path: /
pathType: ImplementationSpecific pathType: ImplementationSpecific
tls: tls:
- hosts: - hosts:
- docs.dev.oceanbox.io - docs.dev.hel1.obx
secretName: default-docs-tls secretName: default-docs-tls