Files
infrastructure/servers/legion/apps/harmonic-wordpress.yaml
Will Anderson 6a9db2094e feat: add harmonic-wordpress dev environment on Legion
- Add harmonic-wordpress namespace
- WordPress + MySQL deployment with PVCs and ExternalSecrets
- Ingress for dev.harmonic-framework.com via Traefik + cert-manager
- Argo CD Application watching k8s/harmonic-wordpress/
- Add public Gitea repo credential for git.neuralplatform.ai
2026-04-04 09:47:41 -05:00

21 lines
489 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: harmonic-wordpress
namespace: argocd
spec:
project: default
source:
repoURL: https://git.neuralplatform.ai/will/infrastructure.git
targetRevision: main
path: servers/legion/k8s/harmonic-wordpress
destination:
server: https://kubernetes.default.svc
namespace: harmonic-wordpress
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true