add app plane

This commit is contained in:
2024-07-31 01:48:52 +10:00
parent 447188e7a3
commit 1d32f45c78
12 changed files with 510 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
apiVersion: v1
kind: Secret
metadata:
annotations:
argocd.argoproj.io/sync-options: Prune=false
sealedsecrets.bitnami.com/cluster-wide: "true"
sealedsecrets.bitnami.com/managed: "true"
creationTimestamp: null
name: plane-app-secrets
namespace: plane
type: Opaque
stringData:
SECRET_KEY: "jvxSWYiseYAAStxb5D5EPTCTuLiPAc7CKRJ2iCVRJxCUrR5AQB"
DATABASE_URL: "postgresql://plane:a@ZAfKma&CAfJQjUePXJf8U^@postgresql.argocd.svc.cluster.local/plane"

View File

@@ -0,0 +1,15 @@
apiVersion: v1
kind: Secret
metadata:
annotations:
argocd.argoproj.io/sync-options: Prune=false
sealedsecrets.bitnami.com/cluster-wide: "true"
sealedsecrets.bitnami.com/managed: "true"
creationTimestamp: null
name: plane-doc-store-secrets
namespace: plane
type: Opaque
stringData:
MINIO_ROOT_PASSWORD: "XVHXyKiFk997QvhxRkyF"
AWS_ACCESS_KEY_ID: "5O8DvpKi6DGf7IjjoD3I"
AWS_SECRET_ACCESS_KEY: "f7vptIeYy3EJDUzqOFMmGJ73IsfHcA9MPZs3RELH"

View File

@@ -0,0 +1,9 @@
apiVersion: v1
kind: Namespace
metadata:
annotations:
argocd.argoproj.io/sync-options: Prune=false
creationTimestamp: null
name: plane
spec: {}
status: {}