added conf files for k8s
This commit is contained in:
29
genearator-stack/secrets-generators.yaml
Normal file
29
genearator-stack/secrets-generators.yaml
Normal file
@@ -0,0 +1,29 @@
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: generators-secret
|
||||
namespace: genearator-stack
|
||||
type: Opaque
|
||||
stringData:
|
||||
LOGSTASH_HOST: logstash.elk-stack.svc.cluster.local
|
||||
LOGSTASH_PORT: "5000"
|
||||
DB1_HOST: db1.cluster1.svc.cluster.local
|
||||
DB1_PORT: "5432"
|
||||
DB1_NAME: database1
|
||||
DB1_USER: postgres
|
||||
DB1_PASSWORD: postgres123
|
||||
DB2_HOST: db2.cluster1.svc.cluster.local
|
||||
DB2_PORT: "5432"
|
||||
DB2_NAME: database2
|
||||
DB2_USER: postgres
|
||||
DB2_PASSWORD: postgres123
|
||||
MONGO1_HOST: mongo1.cluster2.svc.cluster.local
|
||||
MONGO1_PORT: "27017"
|
||||
MONGO1_USER: admin
|
||||
MONGO1_PASSWORD: adminpass
|
||||
MONGO2_HOST: mongo2.cluster2.svc.cluster.local
|
||||
MONGO2_PORT: "27017"
|
||||
MONGO2_USER: admin
|
||||
MONGO2_PASSWORD: adminpass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user