2d98df75ad
Adds all k8s manifests (namespace, postgres, redis, api, worker, beat, web, ingress, externalsecret, configmap, kustomization), Argo CD Application, and Cloudflare Zero Trust access policy for plane.neuralplatform.ai.
14 lines
243 B
YAML
14 lines
243 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- namespace.yaml
|
|
- externalsecret.yaml
|
|
- configmap.yaml
|
|
- postgres.yaml
|
|
- redis.yaml
|
|
- api.yaml
|
|
- worker.yaml
|
|
- beat.yaml
|
|
- web.yaml
|
|
- ingress.yaml
|