feat(ci): update helm (#222)

This commit is contained in:
YvanBaker
2025-07-29 19:01:48 +08:00
committed by GitHub
parent f8840810ce
commit b48c4c2792
14 changed files with 57 additions and 68 deletions

View File

@@ -1,3 +1,4 @@
{{- if and (eq (lower (default "rmq" .Values.cozeServer.env.COZE_MQ_TYPE)) "rmq") }}
apiVersion: v1
kind: ConfigMap
metadata:
@@ -13,4 +14,5 @@ data:
fileReservedTime = 48
brokerRole = ASYNC_MASTER
flushDiskType = ASYNC_FLUSH
brokerIP1 = __POD_IP__
brokerIP1 = __POD_IP__
{{- end}}