add DocuSeal to GKE — manifests, Terraform, Argo CD app; update ci-base Dockerfile

This commit is contained in:
Will Anderson
2026-05-05 10:38:45 -05:00
parent 73b9095d83
commit 086a7b0bf0
8 changed files with 291 additions and 1 deletions
@@ -0,0 +1,26 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: docuseal-gke
namespace: argocd
spec:
project: default
source:
repoURL: https://git.neuralplatform.ai/will/infrastructure.git
targetRevision: main
path: servers/gcp/k8s/docuseal
destination:
server: https://34.63.89.52
namespace: docuseal
ignoreDifferences:
- group: apps
kind: Deployment
jsonPointers:
- /status
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
- ServerSideApply=true