Skip to content

Commit

Permalink
Merge pull request #13 from MapColonies/remove-service-urls-values
Browse files Browse the repository at this point in the history
Remove service urls values
  • Loading branch information
almog8k authored Sep 19, 2024
2 parents 07db7eb + b3e286d commit 2e614fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ args: []
sidecars: []

storage:
tilesStorageProvider: "FS"
tilesStorageProvider: ""

cloudProvider:
dockerRegistryUrl: 'my-registry-url.io'
Expand All @@ -67,8 +67,8 @@ image:
pullPolicy: Always

serviceUrls:
jobManager: "http://localhost:8081"
heartbeatManager: "http://localhost:8082"
jobManager: ""
heartbeatManager: ""

tracing:
enabled: false
Expand Down

0 comments on commit 2e614fb

Please sign in to comment.