Skip to content

Commit 7307cb7

Browse files
authored
Merge pull request #428 from asifdxtreme/syncer
Update the soda-proxy endpoint for namespace specific resolution
2 parents 1e04dc7 + 07cf55e commit 7307cb7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • csi-plug-n-play/sidecars/soda-csi-provisioner/external-provisioner/pkg/controller

csi-plug-n-play/sidecars/soda-csi-provisioner/external-provisioner/pkg/controller/controller.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ const (
145145

146146
operationTimeout = 10 * time.Second
147147

148-
sodaProfileEndpoint = "soda-proxy:50029/getprofile/"
149-
sodaSnapShotEnableEndpoint = "soda-proxy:50029/getprofile/"
148+
sodaProfileEndpoint = "soda-proxy.default.svc.cluster.local:50029/getprofile/"
149+
sodaSnapShotEnableEndpoint = "soda-proxy.default.svc.cluster.local:50029/snapshot/"
150150
)
151151

152152
var (

0 commit comments

Comments
 (0)