add app plane
This commit is contained in:
14
resources/app-secrets/env/k3s-cluster/templates/plane-app.yaml
vendored
Normal file
14
resources/app-secrets/env/k3s-cluster/templates/plane-app.yaml
vendored
Normal 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"
|
||||
15
resources/app-secrets/env/k3s-cluster/templates/plane-doc-store.yaml
vendored
Normal file
15
resources/app-secrets/env/k3s-cluster/templates/plane-doc-store.yaml
vendored
Normal 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"
|
||||
Reference in New Issue
Block a user