create helm chart for ks-core

Signed-off-by: Roland.Ma <rolandma@yunify.com>
This commit is contained in:
Roland.Ma
2021-05-19 07:10:04 +00:00
parent 738b1eecc4
commit 2a258c4530
18 changed files with 1535 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
apiVersion: v1
data:
local_config.yaml: |
server:
http:
hostname: localhost
port: 8000
static:
production:
/public: server/public
/assets: dist/assets
/dist: dist
redis:
port: 6379
host: redis.kubesphere-system.svc
redisTimeout: 5000
sessionTimeout: 7200000
client:
version:
kubesphere: {{ .Chart.AppVersion }}
kubernetes: {{ .Values.kube_version }}
openpitrix: {{ .Chart.AppVersion }}
enableKubeConfig: true
kind: ConfigMap
metadata:
name: ks-console-config
namespace: kubesphere-system