feat(tower): GitLab cutover env — TOWER_GIT_HOST + TOWER_GITLAB_* (Phase 2C)

This commit is contained in:
OdooSky Tower
2026-05-20 13:46:55 +02:00
parent 864d731791
commit 3f64281708
2 changed files with 14 additions and 0 deletions

View File

@@ -41,6 +41,17 @@ spec:
value: {{ .Values.config.giteaOrg | quote }} value: {{ .Values.config.giteaOrg | quote }}
- name: TOWER_CHART_REPO - name: TOWER_CHART_REPO
value: {{ .Values.config.chartRepo | quote }} value: {{ .Values.config.chartRepo | quote }}
- name: TOWER_GIT_HOST
value: {{ .Values.config.gitHost | quote }}
- name: TOWER_GITLAB_URL
value: {{ .Values.config.gitLabURL | quote }}
- name: TOWER_GITLAB_GROUP
value: {{ .Values.config.gitLabGroup | quote }}
- name: TOWER_GITLAB_TOKEN
valueFrom:
secretKeyRef:
name: {{ .Values.config.existingSecret }}
key: GITLAB_TOKEN
- name: TOWER_ARGOCD_URL - name: TOWER_ARGOCD_URL
value: {{ .Values.config.argoCDURL | quote }} value: {{ .Values.config.argoCDURL | quote }}
- name: TOWER_ARGOCD_USERNAME - name: TOWER_ARGOCD_USERNAME

View File

@@ -54,6 +54,9 @@ config:
giteaURL: https://git.odoosky.org giteaURL: https://git.odoosky.org
giteaOrg: odoo-tower giteaOrg: odoo-tower
chartRepo: instance-template-v3 chartRepo: instance-template-v3
gitHost: gitlab
gitLabURL: https://git.odoosky.cloud
gitLabGroup: odoo-tower
argoCDURL: https://argocd.odoosky.org argoCDURL: https://argocd.odoosky.org
argoCDUsername: admin argoCDUsername: admin
argoCDDestination: https://kubernetes.default.svc argoCDDestination: https://kubernetes.default.svc