mirror of
https://github.com/didi/KnowStreaming.git
synced 2026-01-08 15:52:15 +08:00
@@ -1,16 +1,16 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: knowstreaming-manager
|
name: knowstreaming-manager
|
||||||
description: A Helm chart for Kubernetes
|
description: knowstreaming-manager Helm chart
|
||||||
|
|
||||||
type: application
|
type: application
|
||||||
|
|
||||||
version: 0.1.0
|
version: 0.1.3
|
||||||
|
|
||||||
maintainers:
|
maintainers:
|
||||||
- email: didicloud@didiglobal.com
|
- email: didicloud@didiglobal.com
|
||||||
name: didicloud
|
name: didicloud
|
||||||
|
|
||||||
appVersion: "1.0.0"
|
appVersion: "3.0.0-beta.1"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: knowstreaming-web
|
- name: knowstreaming-web
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ spec:
|
|||||||
{{- include "ksmysql.selectorLabels" . | nindent 8 }}
|
{{- include "ksmysql.selectorLabels" . | nindent 8 }}
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- image: knowstreaming/knowstreaming-mysql:latest
|
- image: knowstreaming/knowstreaming-mysql:0.1.0
|
||||||
name: {{ .Chart.Name }}
|
name: {{ .Chart.Name }}
|
||||||
env:
|
env:
|
||||||
- name: MYSQL_DATABASE
|
- name: MYSQL_DATABASE
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ replicaCount: 2
|
|||||||
image:
|
image:
|
||||||
repository: knowstreaming/knowstreaming-manager
|
repository: knowstreaming/knowstreaming-manager
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: "latest"
|
tag: "0.1.0"
|
||||||
|
|
||||||
imagePullSecrets: []
|
imagePullSecrets: []
|
||||||
nameOverride: ""
|
nameOverride: ""
|
||||||
@@ -73,7 +73,7 @@ knowstreaming-web:
|
|||||||
image:
|
image:
|
||||||
repository: knowstreaming/knowstreaming-ui
|
repository: knowstreaming/knowstreaming-ui
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: "latest"
|
tag: "0.1.0"
|
||||||
|
|
||||||
service:
|
service:
|
||||||
type: NodePort
|
type: NodePort
|
||||||
|
|||||||
Reference in New Issue
Block a user