docs: Migrate to staging/prod configuration

This commit is contained in:
2026-06-13 14:44:34 +02:00
parent a5de0859b5
commit 5f32f34543
3 changed files with 29 additions and 6 deletions
+19
View File
@@ -0,0 +1,19 @@
fullnameOverride: prod-docs
ingress:
enabled: true
className: "haproxy"
annotations:
cert-manager.io/cluster-issuer: letsencrypt-production
haproxy.org/backend-protocol: h1
haproxy.org/cors-enable: "true"
oceanbox.io/expose: public
hosts:
- host: docs.oceanbox.io
paths:
- path: /
pathType: ImplementationSpecific
tls:
- hosts:
- docs.oceanbox.io
secretName: prod-docs-tls
+3 -3
View File
@@ -15,11 +15,11 @@ ingress:
haproxy.org/cors-enable: "true"
oceanbox.io/expose: internal
hosts:
- host: docs.oceanbox.io
- host: docs.dev.oceanbox.io
paths:
- path: /
pathType: ImplementationSpecific
tls:
- hosts:
- docs.oceanbox.io
secretName: docs-tls
- docs.dev.oceanbox.io
secretName: default-docs-tls