6a9db2094e
- 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
21 lines
489 B
YAML
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
|