k8s-apps/argocd-apps/gitea-external.yaml
claude b9a84c674f
All checks were successful
AI Review / AI Code Review (pull_request) Successful in 3s
PR Checks / Validate & Security Scan (pull_request) Successful in 10s
feat: expose Gitea externally at git.georgepet.duckdns.org
Service+Endpoints pointing to 10.10.10.1:3000, Ingress with TLS.
Phase 22: Git-based PaaS deploy pipeline.
2026-02-24 20:09:28 +01:00

21 lines
452 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: gitea-external
namespace: argocd
labels:
app.kubernetes.io/part-of: infrastructure
spec:
project: default
source:
repoURL: http://10.10.10.1:3000/claude/k8s-apps.git
targetRevision: main
path: apps/gitea-external
destination:
server: https://kubernetes.default.svc
namespace: prod
syncPolicy:
automated:
prune: true
selfHeal: true