Skip to content

Commit 8fdf460

Browse files
committed
feat(k8s): upgrade CoSky to version 5.3.5
- Removed deprecated TZ environment variable - Removed JAVA_OPTS with IPv4 preference setting - Updated image from registry.cn-shanghai.aliyuncs.com/ahoo/cosky:4.0.0 to 5.3.5 - Applied changes to both single instance and cluster deployment configurations - Maintained existing startup probe and http port configuration - Preserved other environment variables and settings unchanged
1 parent 8babacc commit 8fdf460

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

k8s/deployment/cosky-cluster.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,7 @@ spec:
3838
value: 30s
3939
- name: TZ
4040
value: Asia/Shanghai
41-
- name: JAVA_OPTS
42-
# https://github.com/Ahoo-Wang/CoSky/pull/835
43-
value: -Djava.net.preferIPv4Stack=true
44-
image: registry.cn-shanghai.aliyuncs.com/ahoo/cosky:4.0.0
41+
image: registry.cn-shanghai.aliyuncs.com/ahoo/cosky:5.3.5
4542
startupProbe:
4643
httpGet:
4744
port: http

k8s/deployment/cosky.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,7 @@ spec:
2424
value: redis-pwd
2525
- name: TZ
2626
value: Asia/Shanghai
27-
- name: JAVA_OPTS
28-
# https://github.com/Ahoo-Wang/CoSky/pull/835
29-
value: -Djava.net.preferIPv4Stack=true
30-
image: registry.cn-shanghai.aliyuncs.com/ahoo/cosky:4.0.0
27+
image: registry.cn-shanghai.aliyuncs.com/ahoo/cosky:5.3.5
3128
startupProbe:
3229
httpGet:
3330
port: http

0 commit comments

Comments
 (0)