feature:TSG-12144:helm新增configHash配置项

This commit is contained in:
fumingwei
2022-10-11 15:48:08 +08:00
committed by 付明卫
parent d821ef779e
commit 8cdc7f4862
2 changed files with 4 additions and 0 deletions

View File

@@ -14,6 +14,8 @@ spec:
metadata:
labels:
app: traffic-engine
annotations:
abcd: "{{ .Values.configHash }}"
spec:
tolerations:

View File

@@ -182,3 +182,5 @@ decoders:
BGP: yes
DTLS: yes
GTPC: yes
configHash: "defaulthash"