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