mirror of
https://github.com/nold360/hive-apps
synced 2024-11-09 23:36:38 +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
|
namespace: kafka-operator
|
||||||
chart: strimzi-kafka-operator
|
chart: strimzi-kafka-operator
|
||||||
targetRevision: 0.41.0
|
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