docs: Move staging to values-staging.yaml

This commit is contained in:
2026-06-13 17:50:59 +02:00
parent 6e92e3ca1a
commit 8bfa91b25c
2 changed files with 19 additions and 19 deletions
+19
View File
@@ -0,0 +1,19 @@
image:
tag: "b90f000e-debug"
ingress:
enabled: true
className: "haproxy"
annotations:
cert-manager.io/cluster-issuer: ca-issuer
haproxy.org/backend-protocol: h1
haproxy.org/cors-enable: "true"
oceanbox.io/expose: internal
hosts:
- host: docs.dev.hel1.obx
paths:
- path: /
pathType: ImplementationSpecific
tls:
- hosts:
- docs.dev.hel1.obx
secretName: default-docs-tls
-19
View File
@@ -1,25 +1,6 @@
replicaCount: 1 replicaCount: 1
image:
tag: "b90f000e-debug"
env: env:
- name: APP_VERSION - name: APP_VERSION
value: "0.0.0" value: "0.0.0"
- name: LOG_LEVEL - name: LOG_LEVEL
value: "1" value: "1"
ingress:
enabled: true
className: "haproxy"
annotations:
cert-manager.io/cluster-issuer: ca-issuer
haproxy.org/backend-protocol: h1
haproxy.org/cors-enable: "true"
oceanbox.io/expose: internal
hosts:
- host: docs.dev.hel1.obx
paths:
- path: /
pathType: ImplementationSpecific
tls:
- hosts:
- docs.dev.hel1.obx
secretName: default-docs-tls