fix(docs): Move to hel1

This commit is contained in:
2026-02-12 15:31:00 +01:00
parent 82c56c04ba
commit f47fa7d20d
6 changed files with 11 additions and 34 deletions
-25
View File
@@ -1,25 +0,0 @@
replicaCount: 1
env:
- name: APP_VERSION
value: "1.5.0"
- name: LOG_LEVEL
value: "2"
ingress:
enabled: true
className: "nginx"
annotations:
cert-manager.io/cluster-issuer: letsencrypt-production
nginx.ingress.kubernetes.io/backend-protocol: HTTP
nginx.ingress.kubernetes.io/enable-cors: "true"
nginx.ingress.kubernetes.io/proxy-buffer-size: 128k
nginx.ingress.kubernetes.io/ssl-redirect: "true"
oceanbox.io/expose: internal
hosts:
- host: docs.oceanbox.io
paths:
- path: /
pathType: ImplementationSpecific
tls:
- hosts:
- docs.oceanbox.io
secretName: docs-tls
+4 -4
View File
@@ -3,7 +3,7 @@ image:
tag: "5c4cda2e-debug"
env:
- name: APP_VERSION
value: "0.0.0-staging"
value: "0.0.0"
- name: LOG_LEVEL
value: "1"
ingress:
@@ -17,11 +17,11 @@ ingress:
nginx.ingress.kubernetes.io/ssl-redirect: "true"
oceanbox.io/expose: internal
hosts:
- host: docs.dev.oceanbox.io
- host: docs.oceanbox.io
paths:
- path: /
pathType: ImplementationSpecific
tls:
- hosts:
- docs.dev.oceanbox.io
secretName: staging-docs-tls
- docs.oceanbox.io
secretName: docs-tls