added conf files for k8s
This commit is contained in:
12
cluster2/secrets-mongo.yaml
Normal file
12
cluster2/secrets-mongo.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: cluster2-mongo-secret
|
||||
namespace: cluster2
|
||||
type: Opaque
|
||||
stringData:
|
||||
MONGO_INITDB_ROOT_USERNAME: admin
|
||||
MONGO_INITDB_ROOT_PASSWORD: adminpass
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user