mirror of
https://github.com/nold360/hive-apps
synced 2024-11-09 23:36:38 +00:00
22 lines
411 B
YAML
22 lines
411 B
YAML
---
|
|
apiVersion: mongodbcommunity.mongodb.com/v1
|
|
kind: MongoDBCommunity
|
|
metadata:
|
|
name: bi-mongo
|
|
namespace: bi
|
|
spec:
|
|
members: 1
|
|
type: ReplicaSet
|
|
version: "6.0.5"
|
|
security:
|
|
authentication:
|
|
modes: ["SCRAM"]
|
|
users:
|
|
- name: bi
|
|
db: bi
|
|
passwordSecretRef:
|
|
name: bi-mongo-password
|
|
roles:
|
|
- name: dbOwner
|
|
db: bi
|
|
scramCredentialsSecretName: bi
|