bugfix: firewall container Probe port using 9345 to sync sapp using fs4.
This commit is contained in:
@@ -93,7 +93,7 @@ spec:
|
||||
exec /opt/tsg/sapp/sapp
|
||||
{{- end }}
|
||||
ports:
|
||||
- containerPort: 9273
|
||||
- containerPort: 9345
|
||||
{{- if eq .Values.dos_protector.enable .Values.define_enable_val_yes }}
|
||||
- containerPort: 8551
|
||||
- containerPort: 8552
|
||||
@@ -118,12 +118,12 @@ spec:
|
||||
{{- if eq .Values.debug.firewall.enable_liveness_probe .Values.define_enable_val_yes }}
|
||||
livenessProbe:
|
||||
tcpSocket:
|
||||
port: 9273
|
||||
port: 9345
|
||||
failureThreshold: 1
|
||||
timeoutSeconds: 10
|
||||
startupProbe:
|
||||
tcpSocket:
|
||||
port: 9273
|
||||
port: 9345
|
||||
failureThreshold: 90
|
||||
periodSeconds: 10
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user