Add Docuseal e-signature service at sign.neuralplatform.ai

- k8s manifests: Deployment, Service, PVC, Ingress, ExternalSecret
- Argo CD app watching servers/legion/k8s/docuseal
- CF tunnel ingress rule for sign.neuralplatform.ai
- Vault secret at secret/docuseal (secret_key_base seeded)
This commit is contained in:
Will Anderson
2026-04-21 14:26:01 -05:00
parent 3b3811942c
commit d40fb8c3f1
6 changed files with 145 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: docuseal
namespace: argocd
spec:
project: default
source:
repoURL: https://git.neuralplatform.ai/will/infrastructure.git
targetRevision: main
path: servers/legion/k8s/docuseal
destination:
server: https://kubernetes.default.svc
namespace: docuseal
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true