Add GitOps stack for abrban.com with Gitea Actions CI/CD.
Build and Deploy Platform / build-push-deploy (push) Has been cancelled
Build and Deploy Platform / build-push-deploy (push) Has been cancelled
Harbor in-cluster builds via Kaniko, ArgoCD auto-sync, and production Helm values for abrban.com domains. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,55 @@
|
||||
global:
|
||||
imagePullSecrets:
|
||||
- registry-pull-secret
|
||||
storageClass: local-path
|
||||
|
||||
# Local copy in abrban/ (seeded by copy-gitea-image job) — kubelet pulls without proxy-cache
|
||||
image:
|
||||
registry: registry.abrban.com
|
||||
repository: abrban/gitea
|
||||
tag: 1.26.1
|
||||
rootless: true
|
||||
|
||||
gitea:
|
||||
config:
|
||||
database:
|
||||
DB_TYPE: sqlite3
|
||||
server:
|
||||
DOMAIN: git.abrban.com
|
||||
ROOT_URL: https://git.abrban.com/
|
||||
SSH_DOMAIN: git.abrban.com
|
||||
actions:
|
||||
ENABLED: true
|
||||
|
||||
ingress:
|
||||
enabled: true
|
||||
className: traefik
|
||||
annotations:
|
||||
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
||||
hosts:
|
||||
- host: git.abrban.com
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
tls:
|
||||
- secretName: abrban-wildcard-tls
|
||||
hosts:
|
||||
- git.abrban.com
|
||||
|
||||
persistence:
|
||||
enabled: true
|
||||
storageClass: local-path
|
||||
size: 10Gi
|
||||
|
||||
# SQLite — no extra DB images to pull
|
||||
postgresql:
|
||||
enabled: false
|
||||
|
||||
valkey-cluster:
|
||||
enabled: false
|
||||
|
||||
valkey:
|
||||
enabled: false
|
||||
|
||||
postgresql-ha:
|
||||
enabled: false
|
||||
Reference in New Issue
Block a user