Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update K8s manifests #571

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions k8s/gateway/vald/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ data:
addrs: []
health_check_duration: "1s"
connection_pool:
enable_dns_resolver: true
enable_rebalance: true
old_conn_close_duration: 3s
rebalance_duration: 30m
Expand Down Expand Up @@ -251,6 +252,7 @@ data:
addrs: []
health_check_duration: "1s"
connection_pool:
enable_dns_resolver: true
enable_rebalance: true
old_conn_close_duration: 3s
rebalance_duration: 30m
Expand Down Expand Up @@ -308,6 +310,7 @@ data:
addrs: []
health_check_duration: "1s"
connection_pool:
enable_dns_resolver: true
enable_rebalance: true
old_conn_close_duration: 3s
rebalance_duration: 30m
Expand Down Expand Up @@ -368,6 +371,7 @@ data:
addrs: []
health_check_duration: "1s"
connection_pool:
enable_dns_resolver: true
enable_rebalance: true
old_conn_close_duration: 3s
rebalance_duration: 30m
Expand Down
2 changes: 1 addition & 1 deletion k8s/gateway/vald/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
app.kubernetes.io/instance: RELEASE-NAME
app.kubernetes.io/component: gateway
annotations:
checksum/configmap: e3c8a7a9ad077e393de658b18436bd488104403147c501262687d759b3d75196
checksum/configmap: 901849aedd5550fa2e3e5a336c30838fbca9406fb09b6f8c86112361a41cbf8c
profefe.com/enable: "true"
profefe.com/port: "6060"
profefe.com/service: vald-gateway
Expand Down
2 changes: 2 additions & 0 deletions k8s/manager/compressor/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ data:
addrs: []
health_check_duration: "1s"
connection_pool:
enable_dns_resolver: true
enable_rebalance: true
old_conn_close_duration: 3s
rebalance_duration: 30m
Expand Down Expand Up @@ -254,6 +255,7 @@ data:
addrs: []
health_check_duration: "1s"
connection_pool:
enable_dns_resolver: true
enable_rebalance: true
old_conn_close_duration: 3s
rebalance_duration: 30m
Expand Down
2 changes: 1 addition & 1 deletion k8s/manager/compressor/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
app.kubernetes.io/instance: RELEASE-NAME
app.kubernetes.io/component: manager-compressor
annotations:
checksum/configmap: f634d7aa1fed96d32e311cbf1faa5c3ca91d0128b2bebe1615161c2b89d10422
checksum/configmap: 75ccb6d380b0775be753bed54319a53d010fa293f606783b8805ee727fb1a917
profefe.com/enable: "true"
profefe.com/port: "6060"
profefe.com/service: vald-manager-compressor
Expand Down
2 changes: 2 additions & 0 deletions k8s/manager/index/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ data:
addrs: []
health_check_duration: "1s"
connection_pool:
enable_dns_resolver: true
enable_rebalance: true
old_conn_close_duration: 3s
rebalance_duration: 30m
Expand Down Expand Up @@ -250,6 +251,7 @@ data:
addrs: []
health_check_duration: "1s"
connection_pool:
enable_dns_resolver: true
enable_rebalance: true
old_conn_close_duration: 3s
rebalance_duration: 30m
Expand Down
2 changes: 1 addition & 1 deletion k8s/manager/index/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ spec:
app.kubernetes.io/instance: RELEASE-NAME
app.kubernetes.io/component: manager-index
annotations:
checksum/configmap: ab22003e78bf9c2f031e1f41bbdca8946a93cbaf0d12ae7e367514d8cb02cd87
checksum/configmap: 3972adfacb0df0c7da7de0a8d880c641e2ccf8b751edf97d4637172f864c3845
profefe.com/enable: "true"
profefe.com/port: "6060"
profefe.com/service: vald-manager-index
Expand Down