From 2bb20a5bf00fd305e9f631f1443f37475cd21027 Mon Sep 17 00:00:00 2001 From: Amarpreet Minhas Date: Sat, 27 Jan 2024 18:53:00 +0000 Subject: [PATCH] Switch url --- argo/apps/templates/helm-apps.yaml | 6 +++--- argo/bootstrap.sh | 2 +- helm/gitea/istio-ingress.yaml | 10 +++++----- helm/gitea/values.yaml | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/argo/apps/templates/helm-apps.yaml b/argo/apps/templates/helm-apps.yaml index 3bacfb7..f7f44d6 100644 --- a/argo/apps/templates/helm-apps.yaml +++ b/argo/apps/templates/helm-apps.yaml @@ -11,7 +11,7 @@ spec: server: https://kubernetes.default.svc namespace: {{ .namespace }} sources: - - repoURL: 'https://git.minhas.io/Asara/k8s.git' + - repoURL: 'https://git.devvul.com/Asara/k8s.git' targetRevision: main path: argo/secrets helm: @@ -23,10 +23,10 @@ spec: helm: valueFiles: - $values/argo/{{ .app }}/values.yaml - - repoURL: 'https://git.minhas.io/Asara/k8s.git' + - repoURL: 'https://git.devvul.com/Asara/k8s.git' targetRevision: main ref: values - - repoURL: 'https://git.minhas.io/Asara/k8s.git' + - repoURL: 'https://git.devvul.com/Asara/k8s.git' targetRevision: main path: argo/istio-ingress helm: diff --git a/argo/bootstrap.sh b/argo/bootstrap.sh index 88e81fc..c712f30 100755 --- a/argo/bootstrap.sh +++ b/argo/bootstrap.sh @@ -2,7 +2,7 @@ argocd app create apps \ --dest-namespace argocd \ --dest-server https://kubernetes.default.svc \ - --repo https://git.minhas.io/asara/k8s \ + --repo https://git.devvul.com/asara/k8s \ --revision main \ --self-heal \ --sync-policy auto \ diff --git a/helm/gitea/istio-ingress.yaml b/helm/gitea/istio-ingress.yaml index 985b00f..80c9698 100644 --- a/helm/gitea/istio-ingress.yaml +++ b/helm/gitea/istio-ingress.yaml @@ -6,9 +6,9 @@ metadata: namespace: istio-system spec: secretName: gitea-cert - commonName: git.minhas.io + commonName: git.devvul.com dnsNames: - - git.minhas.io + - git.devvul.com issuerRef: name: letsencrypt-prod kind: ClusterIssuer @@ -32,7 +32,7 @@ spec: mode: SIMPLE credentialName: gitea-cert hosts: - - git.minhas.io + - git.devvul.com - port: number: 80 name: http @@ -40,7 +40,7 @@ spec: tls: httpsRedirect: true hosts: - - git.minhas.io + - git.devvul.com ... --- apiVersion: networking.istio.io/v1beta1 @@ -50,7 +50,7 @@ metadata: namespace: gitea spec: hosts: - - git.minhas.io + - git.devvul.com gateways: - gitea-gateway http: diff --git a/helm/gitea/values.yaml b/helm/gitea/values.yaml index f1ab55c..cc4f9ef 100644 --- a/helm/gitea/values.yaml +++ b/helm/gitea/values.yaml @@ -14,8 +14,8 @@ signing: gitea: config: server: - ROOT_URL: https://git.minhas.io - DOMAIN: git.minhas.io + ROOT_URL: https://git.devvul.com + DOMAIN: git.devvul.com database: DB_TYPE: postgres HOST: ivyking.minhas.io @@ -37,7 +37,7 @@ gitea: metrics: enabled: true - APP_NAME: "git.minhas.io" + APP_NAME: "git.devvul.com" RUN_MODE: prod additionalConfigSources: []