Expose localhost port
This commit is contained in:
parent
6d438f1383
commit
303ff571d1
6
Tiltfile
6
Tiltfile
@ -7,6 +7,12 @@ helm_remote("localstack",
|
|||||||
repo_url="https://localstack.github.io/helm-charts",
|
repo_url="https://localstack.github.io/helm-charts",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
local_resource(
|
||||||
|
'localstack-port-forward',
|
||||||
|
serve_cmd='kubectl port-forward --namespace default svc/localstack 4566:4566',
|
||||||
|
resource_deps=["localstack"]
|
||||||
|
)
|
||||||
|
|
||||||
helm_remote("postgresql",
|
helm_remote("postgresql",
|
||||||
repo_name="bitnami",
|
repo_name="bitnami",
|
||||||
repo_url="https://charts.bitnami.com/bitnami",
|
repo_url="https://charts.bitnami.com/bitnami",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user