Skip to content

Commit

Permalink
Fix could not deploy metrics adapter to GKE (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrproliu authored Jan 17, 2022
1 parent 3161ded commit 590266e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ Changes by Version
==================
Release Notes.

0.6.1
------------------

#### Bugs
- Fix could not deploy metrics adapter to GKE

0.6.0
------------------

Expand Down
1 change: 1 addition & 0 deletions adapter/config/namespaced/adapter/adapter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ spec:
- --logtostderr=true
- --v=10
- --oap-addr=http://skywalking-system-oap.skywalking-system:12800/graphql #the address is used for testing, please use your oap address
- --cert-dir=/tmp
ports:
- containerPort: 6443
name: https
Expand Down

0 comments on commit 590266e

Please sign in to comment.