mirror of
https://github.com/nold360/hive-apps
synced 2024-12-22 04:21:22 +00:00
mongodb operator
This commit is contained in:
parent
e33a05b4db
commit
2b56812dcf
3 changed files with 25 additions and 0 deletions
|
@ -35,3 +35,9 @@ apps:
|
|||
namespace: kafka-operator
|
||||
chart: strimzi-kafka-operator
|
||||
targetRevision: 0.41.0
|
||||
|
||||
- name: mongodb-operator
|
||||
repoURL: https://mongodb.github.io/helm-charts
|
||||
namespace: mongodb-operator
|
||||
chart: community-operator
|
||||
targetRevision: 0.10.0
|
||||
|
|
19
projects/services/values/mongodb-operator.yml
Normal file
19
projects/services/values/mongodb-operator.yml
Normal file
|
@ -0,0 +1,19 @@
|
|||
operator:
|
||||
watchNamespace: "*"
|
||||
resources:
|
||||
limits:
|
||||
cpu: 1100m
|
||||
memory: 1Gi
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 100Mi
|
||||
replicas: 1
|
||||
|
||||
podSecurityContext:
|
||||
runAsNonRoot: true
|
||||
runAsUser: 2000
|
||||
|
||||
securityContext: {}
|
||||
|
||||
community-operator-crds:
|
||||
enabled: true
|
Loading…
Reference in a new issue