Add scripts to render charts
This commit is contained in:
parent
094eae5e5f
commit
e761dab977
2
azurite-values.yaml
Normal file
2
azurite-values.yaml
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
image:
|
||||||
|
version: 3.35.0
|
||||||
9
build.sh
Normal file
9
build.sh
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
#!bin/bash
|
||||||
|
|
||||||
|
|
||||||
|
helm template valkey https://github.com/valkey-io/valkey-helm/releases/download/valkey-0.9.3/valkey-0.9.3.tgz --values valkey-values.yaml > sds/base/valkey.yaml
|
||||||
|
|
||||||
|
helm template azurite https://github.com/viters/azurite-helm-chart/releases/download/azurite-2.0.0/azurite-2.0.0.tgz --values azurite-values.yaml > sds/base/azurite.yaml
|
||||||
|
|
||||||
|
|
||||||
|
helm template elasticsearch https://github.com/wiremind/wiremind-helm-charts/releases/download/elasticsearch-8.16.0/elasticsearch-8.16.0.tgz --values elasticsearch-values.yaml > sds/base/elasticsearch.yaml
|
||||||
24
elasticsearch-values.yaml
Normal file
24
elasticsearch-values.yaml
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
replicas: 1
|
||||||
|
minimumMasterNodes: 1
|
||||||
|
imageTag: 9.1.3
|
||||||
|
esJavaOpts: "-Xms2g -Xmx2g"
|
||||||
|
protocol: http
|
||||||
|
tests:
|
||||||
|
enabled: false
|
||||||
|
transportTls:
|
||||||
|
enabled: false
|
||||||
|
createCert: false
|
||||||
|
httpTls:
|
||||||
|
enabled: false
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
cpu: "100m"
|
||||||
|
memory: "2Gi"
|
||||||
|
limits:
|
||||||
|
cpu: "1000m"
|
||||||
|
memory: "3Gi"
|
||||||
|
extraEnvs:
|
||||||
|
- name: xpack.security.enabled
|
||||||
|
value: "false"
|
||||||
|
secret:
|
||||||
|
password: GTRNZHCJTiGJ2CfY
|
||||||
14
valkey-values.yaml
Normal file
14
valkey-values.yaml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
cpu: 500m
|
||||||
|
memory: 1Gi
|
||||||
|
requests:
|
||||||
|
cpu: 100m
|
||||||
|
memory: 128Mi
|
||||||
|
|
||||||
|
dataStorage:
|
||||||
|
enabled: true
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user