Skip to content

Commit

Permalink
⚡ update endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
anngdinh committed Apr 7, 2024
1 parent 64e0dc2 commit 37adc1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/vngcloud-ingress-controller/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
version: 0.2.1
version: 0.2.2
icon: https://avatars.githubusercontent.com/u/56472256?s=280&v=4
name: vngcloud-ingress-controller
description: VngCloud Ingress Controller plugin for Kubernetes
Expand Down
4 changes: 2 additions & 2 deletions charts/vngcloud-ingress-controller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ replicaCount: 1
# # These will be used to create loadbalancer, listener, pool, monitor and member resources
cloudConfig:
global:
identityURL: https://iamapis.vngcloud.vn/accounts-api/v2
vserverURL: https://hcm-3.api.vngcloud.vn/vserver/vlb-gateway/v2
identityURL: https://iamapis.vngcloud.vn/accounts-api
vserverURL: https://hcm-3.api.vngcloud.vn/vserver
clientID: "<PUT_YOUR_CLIENT_ID>"
clientSecret: "<PUT_YOUR_CLIENT_SECRET>"

Expand Down

0 comments on commit 37adc1a

Please sign in to comment.