Skip to content

Commit

Permalink
Merge pull request #9 from keshavprasadms/main
Browse files Browse the repository at this point in the history
feat: adding loki, minio, promtail charts
  • Loading branch information
manjudr authored Mar 28, 2023
2 parents 6d46938 + 6e40710 commit cdf093a
Show file tree
Hide file tree
Showing 38 changed files with 22,479 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,8 @@ kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.6.0-beta.0
meta.helm.sh/release-name: druid-operator
meta.helm.sh/release-namespace: druid-raw
creationTimestamp: "2022-06-21T10:47:15Z"
generation: 1
labels:
app.kubernetes.io/managed-by: Helm
name: druids.druid.apache.org
resourceVersion: "934"
uid: c464c8d8-e136-46c1-8458-d4968d18350c
spec:
conversion:
strategy: None
Expand Down
13 changes: 6 additions & 7 deletions helm_charts/druid-cluster/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
druid_env: "dev"
druid_cluster_type: "raw"
druid_image: "apache/druid:25.0.0"
druid_namespace: "druid"
druid_namespace: ""
dp_vault_pgdb_admin_password: postgres
druid_monitoring: False
mount_path: /druid/data
Expand Down Expand Up @@ -56,7 +56,7 @@ druid_emitter_logging_logLevel: INFO
# ommiting this will lead to index double as float at the storage layer
druid_indexing_doubleStorage: double

#Writing query logs into file
#Writing query logs into file
druid_request_logging_type: composing
druid_request_logging_dir: "/data/druid/log"

Expand Down Expand Up @@ -163,7 +163,7 @@ druid_historical_persistent_volume_size: 1G
druid_segmentCache_numLoadingThreads: 4

# Caching
druid_historical_cache_useCache: False
druid_historical_cache_useCache: False
druid_historical_cache_populateCache: true
druid_historical_cache_unCacheable: '"select", "scan"'
druid_cache_type: caffeine
Expand Down Expand Up @@ -224,7 +224,7 @@ druid_indexer_persistent_volume_size: 1Gi
indexer_intial_delay: 30

# Number of tasks per indexer
druid_indexer_worker_capacity: 2 #(Number of available processors - 1)
druid_indexer_worker_capacity: 2 #(Number of available processors - 1)

# Task launch parameters
# druid_indexer_runner_javaOpts: "-server -Xms512m -Xmx1024m -XX:+UseG1GC -XX:MaxGCPauseMillis=100 -XX:MaxDirectMemorySize=512m"
Expand Down Expand Up @@ -340,6 +340,5 @@ zookeeper:
annotations: {}
headless:
annotations: {}





2 changes: 1 addition & 1 deletion helm_charts/flink/values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace: "flink-dev"
namespace: ""
imagepullsecrets: ""
registry: ""
repository: "manjudr/obsrv-core-pipeline"
Expand Down
23 changes: 23 additions & 0 deletions helm_charts/grafana-configs/.helmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*.orig
*~
# Various IDEs
.project
.idea/
*.tmproj
.vscode/
6 changes: 6 additions & 0 deletions helm_charts/grafana-configs/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
apiVersion: v2
name: grafana-configs
description: A Helm chart for custom grafana dashboards and datasources
type: application
version: 0.1.2
appVersion: "1.16.0"
Loading

0 comments on commit cdf093a

Please sign in to comment.