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 server: https://kubernetes.default.svc
namespace: {{ .namespace }} namespace: {{ .namespace }}
sources: sources:
- repoURL: 'https://git.minhas.io/Asara/k8s.git' - repoURL: 'https://git.devvul.com/Asara/k8s.git'
targetRevision: main targetRevision: main
path: argo/secrets path: argo/secrets
helm: helm:
@ -23,10 +23,10 @@ spec:
helm: helm:
valueFiles: valueFiles:
- $values/argo/{{ .app }}/values.yaml - $values/argo/{{ .app }}/values.yaml
- repoURL: 'https://git.minhas.io/Asara/k8s.git' - repoURL: 'https://git.devvul.com/Asara/k8s.git'
targetRevision: main targetRevision: main
ref: values ref: values
- repoURL: 'https://git.minhas.io/Asara/k8s.git' - repoURL: 'https://git.devvul.com/Asara/k8s.git'
targetRevision: main targetRevision: main
path: argo/istio-ingress path: argo/istio-ingress
helm: helm:

View file

@ -2,7 +2,7 @@
argocd app create apps \ argocd app create apps \
--dest-namespace argocd \ --dest-namespace argocd \
--dest-server https://kubernetes.default.svc \ --dest-server https://kubernetes.default.svc \
--repo https://git.minhas.io/asara/k8s \ --repo https://git.devvul.com/asara/k8s \
--revision main \ --revision main \
--self-heal \ --self-heal \
--sync-policy auto \ --sync-policy auto \

View file

@ -6,9 +6,9 @@ metadata:
namespace: istio-system namespace: istio-system
spec: spec:
secretName: gitea-cert secretName: gitea-cert
commonName: git.minhas.io commonName: git.devvul.com
dnsNames: dnsNames:
- git.minhas.io - git.devvul.com
issuerRef: issuerRef:
name: letsencrypt-prod name: letsencrypt-prod
kind: ClusterIssuer kind: ClusterIssuer
@ -32,7 +32,7 @@ spec:
mode: SIMPLE mode: SIMPLE
credentialName: gitea-cert credentialName: gitea-cert
hosts: hosts:
- git.minhas.io - git.devvul.com
- port: - port:
number: 80 number: 80
name: http name: http
@ -40,7 +40,7 @@ spec:
tls: tls:
httpsRedirect: true httpsRedirect: true
hosts: hosts:
- git.minhas.io - git.devvul.com
... ...
--- ---
apiVersion: networking.istio.io/v1beta1 apiVersion: networking.istio.io/v1beta1
@ -50,7 +50,7 @@ metadata:
namespace: gitea namespace: gitea
spec: spec:
hosts: hosts:
- git.minhas.io - git.devvul.com
gateways: gateways:
- gitea-gateway - gitea-gateway
http: http:

View file

@ -14,8 +14,8 @@ signing:
gitea: gitea:
config: config:
server: server:
ROOT_URL: https://git.minhas.io ROOT_URL: https://git.devvul.com
DOMAIN: git.minhas.io DOMAIN: git.devvul.com
database: database:
DB_TYPE: postgres DB_TYPE: postgres
HOST: ivyking.minhas.io HOST: ivyking.minhas.io
@ -37,7 +37,7 @@ gitea:
metrics: metrics:
enabled: true enabled: true
APP_NAME: "git.minhas.io" APP_NAME: "git.devvul.com"
RUN_MODE: prod RUN_MODE: prod
additionalConfigSources: [] additionalConfigSources: []