Service+Endpoints pointing to 10.10.10.1:3000, Ingress with TLS. Phase 22: Git-based PaaS deploy pipeline.
21 lines
452 B
YAML
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
|