chore(configMap): 更新Chart.yaml中的appVersion到V1.0.2
- 更新应用版本号以匹配最新发布版本 - 保持版本号与部署配置一致
This commit is contained in:
parent
4bf0afc354
commit
ff150f721d
@ -21,4 +21,4 @@ version: 1.0.1
|
||||
# incremented each time you make changes to the application. Versions are not expected to
|
||||
# follow Semantic Versioning. They should reflect the version the application is using.
|
||||
# It is recommended to use it with quotes.
|
||||
appVersion: "V1.0.1"
|
||||
appVersion: "V1.0.2"
|
||||
|
23
chart/templates/pusher.yaml
Normal file
23
chart/templates/pusher.yaml
Normal file
@ -0,0 +1,23 @@
|
||||
kind: ConfigMap
|
||||
apiVersion: v1
|
||||
metadata:
|
||||
name: pusher
|
||||
data:
|
||||
online: |
|
||||
kitex:
|
||||
service: "pusher"
|
||||
address: ":8080"
|
||||
log_level: info
|
||||
log_file_name: "log/kitex.log"
|
||||
log_max_size: 10
|
||||
log_max_age: 3
|
||||
log_max_backups: 50
|
||||
|
||||
registry:
|
||||
registry_address:
|
||||
- 127.0.0.1:2379
|
||||
username: ""
|
||||
password: ""
|
||||
|
||||
db:
|
||||
dsn: "host={{ .Values.db.host }} user={{ .Values.db.user }} password={{ .Values.db.password }} dbname={{ .Values.db.dbname }} port={{ .Values.db.port }} sslmode=disable TimeZone=Asia/Shanghai"
|
Loading…
x
Reference in New Issue
Block a user