hive-apps/projects/bi/manifests/mongo.yml

23 lines
411 B
YAML
Raw Normal View History

2024-06-30 12:59:23 +00:00
---
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:
2024-07-02 18:16:26 +00:00
- name: bi
db: bi
2024-06-30 12:59:23 +00:00
passwordSecretRef:
name: bi-mongo-password
roles:
2024-07-02 18:16:26 +00:00
- name: dbOwner
db: bi
2024-06-30 12:59:23 +00:00
scramCredentialsSecretName: bi