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
+1 -1
View File
@@ -6,7 +6,7 @@ commonLabels:
releases:
- name: docs
namespace: {{ .Environment.Name }}-docs
namespace: docs
chart: ../charts/docs
condition: docs.enabled
values:
+2
View File
@@ -0,0 +1,2 @@
docs:
enabled: true
+1 -1
View File
@@ -1,2 +1,2 @@
docs:
enabled: true
enabled: false
+3 -3
View File
@@ -2,7 +2,7 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: {{ .Values.docs.env }}-docs
name: docs
namespace: argocd
annotations:
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
@@ -11,7 +11,7 @@ metadata:
- resources-finalizer.argocd.argoproj.io
spec:
destination:
namespace: {{ .Values.docs.env }}-docs
namespace: docs
server: https://kubernetes.default.svc
project: default
sources:
@@ -24,7 +24,7 @@ spec:
- name: CLUSTER_NAME
value: {{ .Values.clusterConfig.cluster }}
- name: HELMFILE_ENVIRONMENT
value: {{ .Values.docs.env }}
value: default
- name: HELMFILE_FILE_PATH
value: docs.yaml.gotmpl
syncPolicy:
-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