File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : drupal
22apiVersion : v2
33type : application
4- version : 2.0.0-beta8
4+ version : 2.0.0-beta9
55appVersion : 6.1.4
66description : Helm Chart for deploying an enterprise-grade Drupal environment.
77keywords :
Original file line number Diff line number Diff line change @@ -855,6 +855,9 @@ solr:
855855 global :
856856 security :
857857 allowInsecureImages : true
858+ compatibility :
859+ openshift :
860+ adaptSecurityContext : auto
858861 image :
859862 registry : docker.io
860863 repository : bitnamilegacy/solr
@@ -875,8 +878,25 @@ solr:
875878 collection : drupal
876879 replicaCount : 1
877880 collectionReplicas : 1
881+ resources :
882+ requests :
883+ cpu : 250m
884+ memory : 512Mi
885+ limits :
886+ cpu : 500m
887+ memory : 1024Mi
878888 zookeeper :
879889 enabled : true
890+ global :
891+ security :
892+ allowInsecureImages : true
893+ compatibility :
894+ openshift :
895+ adaptSecurityContext : auto
896+ image :
897+ registry : docker.io
898+ repository : bitnamilegacy/zookeeper
899+ tag : 3.9.3-debian-12-r21
880900 persistence :
881901 # storageClass: "-"
882902 size : 500Mi
You can’t perform that action at this time.
0 commit comments