fix(makai/docs): Move to hel1

This commit is contained in:
2026-02-12 16:19:28 +01:00
parent 4391a3d7cf
commit 6da4d37558
7 changed files with 15 additions and 38 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ releases:
- ../values/docs/kustomize/{{ .Environment.Name }}
missingFileHandler: Info
- name: manifests
namespace: {{ .Environment.Name }}-docs
namespace: docs
chart: manifests
condition: docs.enabled
missingFileHandler: Info
+2 -2
View File
@@ -6,7 +6,7 @@ commonLabels:
releases:
- name: makai
namespace: {{ .Environment.Name }}-makai
namespace: makai
chart: ../charts/makai
condition: makai.enabled
values:
@@ -17,7 +17,7 @@ releases:
- ../values/makai/kustomize/{{ .Environment.Name }}
missingFileHandler: Info
- name: manifests
namespace: {{ .Environment.Name }}-makai
namespace: makai
chart: manifests
condition: makai.enabled
missingFileHandler: Info
+2
View File
@@ -0,0 +1,2 @@
makai:
enabled: true
+1 -1
View File
@@ -1,2 +1,2 @@
makai:
enabled: true
enabled: false
+3 -3
View File
@@ -2,7 +2,7 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: {{ .Values.makai.env }}-makai
name: makai
namespace: argocd
annotations:
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
@@ -11,7 +11,7 @@ metadata:
- resources-finalizer.argocd.argoproj.io
spec:
destination:
namespace: {{ .Values.makai.env }}-makai
namespace: makai
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.makai.env }}
value: default
- name: HELMFILE_FILE_PATH
value: makai.yaml.gotmpl
syncPolicy:
-27
View File
@@ -1,27 +0,0 @@
replicaCount: 1
image:
tag: "436608af-debug"
env:
- name: APP_VERSION
value: "0.0.0-staging"
- name: LOG_LEVEL
value: "1"
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: makai.dev.oceanbox.io
paths:
- path: /
pathType: ImplementationSpecific
tls:
- hosts:
- makai.dev.oceanbox.io
secretName: staging-makai-tls
@@ -1,9 +1,11 @@
replicaCount: 1
image:
tag: "436608af-debug"
env:
- name: APP_VERSION
value: "1.5.0"
value: "0.0.0"
- name: LOG_LEVEL
value: "2"
value: "1"
ingress:
enabled: true
className: "nginx"
@@ -15,11 +17,11 @@ ingress:
nginx.ingress.kubernetes.io/ssl-redirect: "true"
oceanbox.io/expose: internal
hosts:
- host: makai.srv.oceanbox.io
- host: makai.oceanbox.io
paths:
- path: /
pathType: ImplementationSpecific
tls:
- hosts:
- makai.srv.oceanbox.io
- makai.oceanbox.io
secretName: makai-tls