k/forgejo: switch domain to git.distrust.co

This commit is contained in:
ryan-distrust.co 2023-05-17 15:30:32 -04:00
parent 5e9c8ad4e0
commit d7bda0d703
Signed by untrusted user who does not match committer: ryan
GPG Key ID: 8E401478A3FBEF72
2 changed files with 6 additions and 6 deletions

View File

@ -4,11 +4,11 @@ metadata:
name: forgejo name: forgejo
annotations: annotations:
cert-manager.io/cluster-issuer: letsencrypt cert-manager.io/cluster-issuer: letsencrypt
external-dns.alpha.kubernetes.io/hostname: forgejo.distrust.co external-dns.alpha.kubernetes.io/hostname: git.distrust.co
spec: spec:
ingressClassName: nginx ingressClassName: nginx
rules: rules:
- host: forgejo.distrust.co - host: git.distrust.co
http: http:
paths: paths:
- path: / - path: /
@ -20,5 +20,5 @@ spec:
number: 80 number: 80
tls: tls:
- hosts: - hosts:
- forgejo.distrust.co - git.distrust.co
secretName: website-tls secretName: website-tls

View File

@ -25,9 +25,9 @@ configMapGenerator:
- name: forgejo-config - name: forgejo-config
literals: literals:
- GITEA__DEFAULT__APP_NAME=Forgejo - GITEA__DEFAULT__APP_NAME=Forgejo
- GITEA__SERVER__DOMAIN=forgejo.distrust.co - GITEA__SERVER__DOMAIN=git.distrust.co
- GITEA__SERVER__SSH_DOMAIN=forgejo.distrust.co - GITEA__SERVER__SSH_DOMAIN=git.distrust.co
- GITEA__SERVER__ROOT_URL=https://forgejo.distrust.co - GITEA__SERVER__ROOT_URL=https://git.distrust.co
- GITEA__SERVICE__NO_REPLY_ADDRESS=noreply.distrust.co - GITEA__SERVICE__NO_REPLY_ADDRESS=noreply.distrust.co
- name: forgejo-config-template - name: forgejo-config-template
files: files: