Switch url

This commit is contained in:
Amarpreet Minhas 2024-01-27 18:53:00 +00:00
parent 12bd5c47a1
commit 2bb20a5bf0
4 changed files with 12 additions and 12 deletions

View file

@ -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:

View file

@ -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 \

View file

@ -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:

View file

@ -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: []