Expose localhost port

This commit is contained in:
Luke Van Seters 2022-02-04 12:51:23 -05:00
parent 6d438f1383
commit 303ff571d1

View File

@ -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",