docs: Remove docs production

This commit is contained in:
2026-06-15 15:54:16 +02:00
parent 5cc9f7b4e3
commit 3ba72ca7a7
2 changed files with 3 additions and 22 deletions
-19
View File
@@ -1,19 +0,0 @@
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: internal
hosts:
- host: docs.oceanbox.io
paths:
- path: /
pathType: ImplementationSpecific
tls:
- hosts:
- docs.oceanbox.io
secretName: prod-docs-tls
+3 -3
View File
@@ -5,16 +5,16 @@ ingress:
enabled: true
className: "haproxy"
annotations:
cert-manager.io/cluster-issuer: ca-issuer
cert-manager.io/cluster-issuer: letsencrypt-production
haproxy.org/backend-protocol: h1
haproxy.org/cors-enable: "true"
oceanbox.io/expose: internal
hosts:
- host: docs.dev.hel1.obx
- host: docs.oceanbox.io
paths:
- path: /
pathType: ImplementationSpecific
tls:
- hosts:
- docs.dev.hel1.obx
- docs.oceanbox.io
secretName: default-docs-tls