We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1e04dc7 + 07cf55e commit 7307cb7Copy full SHA for 7307cb7
1 file changed
csi-plug-n-play/sidecars/soda-csi-provisioner/external-provisioner/pkg/controller/controller.go
@@ -145,8 +145,8 @@ const (
145
146
operationTimeout = 10 * time.Second
147
148
- sodaProfileEndpoint = "soda-proxy:50029/getprofile/"
149
- sodaSnapShotEnableEndpoint = "soda-proxy:50029/getprofile/"
+ sodaProfileEndpoint = "soda-proxy.default.svc.cluster.local:50029/getprofile/"
+ sodaSnapShotEnableEndpoint = "soda-proxy.default.svc.cluster.local:50029/snapshot/"
150
)
151
152
var (
0 commit comments