feat: rename git2/registry to git.lunarfront.tech
This commit is contained in:
@@ -19,7 +19,7 @@ spec:
|
||||
helm:
|
||||
valueFiles:
|
||||
- $values/gitea/values.yaml
|
||||
- repoURL: https://git2.lunarfront.tech/ryan/lunarfront-charts.git
|
||||
- repoURL: https://git.lunarfront.tech/ryan/lunarfront-charts.git
|
||||
targetRevision: main
|
||||
ref: values
|
||||
destination:
|
||||
|
||||
@@ -6,7 +6,7 @@ metadata:
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
repoURL: https://git2.lunarfront.tech/ryan/lunarfront-charts.git
|
||||
repoURL: https://git.lunarfront.tech/ryan/lunarfront-charts.git
|
||||
targetRevision: main
|
||||
path: runner
|
||||
destination:
|
||||
|
||||
@@ -2,11 +2,11 @@
|
||||
|
||||
image:
|
||||
backend:
|
||||
repository: registry.lunarfront.tech/ryan/lunarfront-app
|
||||
repository: git.lunarfront.tech/ryan/lunarfront-app
|
||||
tag: latest
|
||||
pullPolicy: Always
|
||||
frontend:
|
||||
repository: registry.lunarfront.tech/ryan/lunarfront-frontend
|
||||
repository: git.lunarfront.tech/ryan/lunarfront-frontend
|
||||
tag: latest
|
||||
pullPolicy: Always
|
||||
|
||||
|
||||
@@ -6,9 +6,9 @@ gitea:
|
||||
|
||||
config:
|
||||
server:
|
||||
DOMAIN: git2.lunarfront.tech
|
||||
ROOT_URL: https://git2.lunarfront.tech
|
||||
SSH_DOMAIN: git2-ssh.lunarfront.tech
|
||||
DOMAIN: git.lunarfront.tech
|
||||
ROOT_URL: https://git.lunarfront.tech
|
||||
SSH_DOMAIN: git-ssh.lunarfront.tech
|
||||
SSH_PORT: 22
|
||||
START_SSH_SERVER: true
|
||||
database:
|
||||
@@ -67,7 +67,7 @@ service:
|
||||
clusterIP: None
|
||||
port: 22
|
||||
annotations:
|
||||
external-dns.alpha.kubernetes.io/hostname: git2-ssh.lunarfront.tech
|
||||
external-dns.alpha.kubernetes.io/hostname: git-ssh.lunarfront.tech
|
||||
external-dns.alpha.kubernetes.io/target: "167.99.21.170"
|
||||
|
||||
ingress:
|
||||
@@ -77,14 +77,14 @@ ingress:
|
||||
nginx.ingress.kubernetes.io/ssl-redirect: "true"
|
||||
nginx.ingress.kubernetes.io/proxy-body-size: "0"
|
||||
hosts:
|
||||
- host: git2.lunarfront.tech
|
||||
- host: git.lunarfront.tech
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
tls:
|
||||
- secretName: cloudflare-origin-cert
|
||||
hosts:
|
||||
- git2.lunarfront.tech
|
||||
- git.lunarfront.tech
|
||||
|
||||
resources:
|
||||
requests:
|
||||
|
||||
@@ -25,7 +25,7 @@ spec:
|
||||
memory: 2Gi
|
||||
env:
|
||||
- name: GITEA_INSTANCE_URL
|
||||
value: https://git2.lunarfront.tech
|
||||
value: https://git.lunarfront.tech
|
||||
- name: GITEA_RUNNER_REGISTRATION_TOKEN
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
|
||||
Reference in New Issue
Block a user