Skip to content

Commit

Permalink
Merge pull request #43 from Iceber/fix_local_domain
Browse files Browse the repository at this point in the history
fix resolve .local service domain
  • Loading branch information
Iceber authored May 9, 2023
2 parents eb18ea8 + 66875e5 commit 6e130f6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/clusterpedia/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: 1.6.0
version: 1.6.1

# 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
5 changes: 4 additions & 1 deletion charts/clusterpedia/templates/apiserver-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,10 @@ spec:
key: password
{{- if .Values.apiserver.enableSHA1Cert }}
- name: GODEBUG
value: x509sha1=1
value: netdns=go,x509sha1=1
{{- else }}
- name: GODEBUG
value: netdns=go
{{- end }}
volumeMounts:
- name: internalstorage-config
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ spec:
secretKeyRef:
name: {{ include "clusterpedia.internalstorage.fullname" . }}
key: password
- name: GODEBUG
value: netdns=go
volumeMounts:
- name: internalstorage-config
mountPath: /etc/clusterpedia/storage
Expand Down

0 comments on commit 6e130f6

Please sign in to comment.