docs: Remove docs production
This commit is contained in:
@@ -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
|
|
||||||
@@ -5,16 +5,16 @@ ingress:
|
|||||||
enabled: true
|
enabled: true
|
||||||
className: "haproxy"
|
className: "haproxy"
|
||||||
annotations:
|
annotations:
|
||||||
cert-manager.io/cluster-issuer: ca-issuer
|
cert-manager.io/cluster-issuer: letsencrypt-production
|
||||||
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.hel1.obx
|
- host: docs.oceanbox.io
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
pathType: ImplementationSpecific
|
pathType: ImplementationSpecific
|
||||||
tls:
|
tls:
|
||||||
- hosts:
|
- hosts:
|
||||||
- docs.dev.hel1.obx
|
- docs.oceanbox.io
|
||||||
secretName: default-docs-tls
|
secretName: default-docs-tls
|
||||||
|
|||||||
Reference in New Issue
Block a user