Skip to content

Commit

Permalink
Merge pull request #181 from 0xff-dev/main
Browse files Browse the repository at this point in the history
chore: configure k8s connection method
  • Loading branch information
bjwswang authored Mar 13, 2024
2 parents 62cffaa + f9c3951 commit 2a4c682
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/u4a-component/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.2.8
version: 0.2.9

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ data:
kubernetes:
cluster:
name: kube-oidc-proxy
server: {{ .Values.k8s.hostK8sApiWithOidc }}
server: https://{{ .Values.deploymentConfig.hostK8sApiWithOidc }}
skipTLSVerify: true
# bff-server 调用 k8s api 的超时时间,单位:秒
timeout: 30
Expand Down

0 comments on commit 2a4c682

Please sign in to comment.