mirror of
https://github.com/dredx/prole.git
synced 2026-09-24 14:04:31 +00:00
- 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>
21 lines
450 B
YAML
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
|