File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
deploy/helm/astron-xmod-shim Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ current-shimlet: "k8s"
4040# shimlet 配置
4141shimlets :
4242 k8s :
43- config-path : " /opt/astron-xmod-shim/ conf/shimlets /k8s-shimlet.yaml" # 👈 指向插件配置
43+ config-path : " /conf/k8s-shimlet.yaml" # 👈 指向插件配置
4444 docker :
4545 config-path : " ./conf/docker/docker-shimlet.yaml"
4646 shimmy :
Original file line number Diff line number Diff line change 11# K8sShimlet 专用配置
2- kube-config : " /opt/astron-xmod-shim/ conf/shimlets /kubeconfig"
2+ kube-config : " /conf/kubeconfig"
33context : " your-cluster-context"
44qps : 20.0
55burst : 40
Original file line number Diff line number Diff line change @@ -15,4 +15,4 @@ type: application
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
1717# Versions are expected to follow Semantic Versioning (https://semver.org/)
18- version : 0.0.1
18+ version : 0.0.2
Original file line number Diff line number Diff line change 2323 - name : {{ .Chart.Name }}
2424 image : " {{ .Values.image.repository }}:{{ .Chart.Version }}" # Changed to use AppVersion instead of Chart.Version
2525 imagePullPolicy : {{ .Values.image.pullPolicy }}
26- command : ["/bin/sh "] # Added command to use bash shell
27- args : ["-c", "sleep infinity "] # Added args to keep container running
26+ command : ["./astron-xmod-shim "] # Added command to use bash shell
27+ args : ["-c", "/app/conf/conf.yaml "] # Added args to keep container running
2828 ports :
2929 - name : http
3030 containerPort : {{ .Values.service.port }}
You can’t perform that action at this time.
0 commit comments