mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Update configmap.template.yaml, secrets
This commit is contained in:
parent
bc045b5c99
commit
ad656a1e39
@ -1,12 +1,6 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
data:
|
||||
# decomment following lines for S3 bucket to store our images
|
||||
# AWS_ACCESS_KEY_ID: ---toBeSet---
|
||||
# AWS_BUCKET: ocelot-social-uploads
|
||||
# AWS_ENDPOINT: fra1.digitaloceanspaces.com
|
||||
# AWS_REGION: fra1
|
||||
# AWS_SECRET_ACCESS_KEY: ---toBeSet---
|
||||
CLIENT_URI: "https://develop-k8s.ocelot.social"
|
||||
COMMIT: ""
|
||||
GRAPHQL_PORT: "4000"
|
||||
@ -22,15 +16,8 @@ data:
|
||||
NEO4J_dbms_security_procedures_unrestricted: "algo.*,apoc.*"
|
||||
NEO4J_URI: "bolt://neo4j.ocelot-social:7687"
|
||||
PUBLIC_REGISTRATION: "false"
|
||||
REDIS_DOMAIN: ---toBeSet(IP)---
|
||||
REDIS_PASSWORD: ---toBeSet---
|
||||
REDIS_PORT: "---toBeSet(Port)---"
|
||||
SENTRY_DSN_WEBAPP: "---toBeSet---"
|
||||
SENTRY_DSN_BACKEND: "---toBeSet---"
|
||||
SMTP_HOST: "mail.ocelot.social"
|
||||
SMTP_PASSWORD: ---toBeSet---
|
||||
SMTP_PORT: "25"
|
||||
SMTP_USERNAME: ---toBeSet---
|
||||
WEBSOCKETS_URI: wss://develop-k8s.ocelot.social/api/graphql
|
||||
metadata:
|
||||
name: configmap
|
||||
|
||||
@ -1,13 +1,24 @@
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
data:
|
||||
# decomment following lines for S3 bucket to store our images
|
||||
# AWS_ACCESS_KEY_ID: ---toBeSet---
|
||||
# AWS_BUCKET: ocelot-social-uploads
|
||||
# AWS_ENDPOINT: fra1.digitaloceanspaces.com
|
||||
# AWS_REGION: fra1
|
||||
# AWS_SECRET_ACCESS_KEY: ---toBeSet---
|
||||
JWT_SECRET: "Yi8mJjdiNzhCRiZmdi9WZA=="
|
||||
PRIVATE_KEY_PASSPHRASE: "YTdkc2Y3OHNhZGc4N2FkODdzZmFnc2FkZzc4"
|
||||
MAPBOX_TOKEN: "pk.eyJ1IjoiYnVzZmFrdG9yIiwiYSI6ImNraDNiM3JxcDBhaWQydG1uczhpZWtpOW4ifQ.7TNRTO-o9aK1Y6MyW_Nd4g"
|
||||
NEO4J_USERNAME:
|
||||
NEO4J_PASSWORD:
|
||||
SMTP_USERNAME:
|
||||
SMTP_PASSWORD:
|
||||
NEO4J_USERNAME: ""
|
||||
NEO4J_PASSWORD: ""
|
||||
REDIS_DOMAIN: ---toBeSet(IP)---
|
||||
REDIS_PASSWORD: ---toBeSet---
|
||||
REDIS_PORT: "---toBeSet(Port)---"
|
||||
SMTP_HOST: "mail.ocelot.social"
|
||||
SMTP_PASSWORD: "---toBeSet---"
|
||||
SMTP_PORT: "25"
|
||||
SMTP_USERNAME: "---toBeSet---"
|
||||
metadata:
|
||||
name: ocelot-social
|
||||
namespace: ocelot-social
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user