prole/deploy/opentofu/k3s/argocd/application-prole.yaml
chrisfu bb92ec3576 feat: service layer — GitLab, Redis, DB ArgoCD app, Kong, monitoring updates
- Add init_redis.sh for Redis deployment
- Extend init_gitlab.sh with Kerberos/OIDC prep and service wiring
- Add init_monitoring.sh improvements
- Update init_kong.sh and init_service_layer.sh
- Rename ArgoCD application-openbao → application-db; add DB kustomization
- Update kong-configmap, kustomization, port-mapping, service configs
- Bump knoe-db version; refresh network scan

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-04-01 20:38:57 -07:00

21 lines
450 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: prole-prole
namespace: argocd
spec:
project: default
source:
repoURL: git@github.com:dredx/prole.git
targetRevision: main
path: deploy/opentofu/k3s/manifests/prole
destination:
server: https://myrddin.prole.org:6443
namespace: knoe-system
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true