Skip to content
This repository was archived by the owner on Jul 16, 2024. It is now read-only.

Commit c3d452f

Browse files
committed
fix: Add additional kustomize path fixes for webserver
Signed-off-by: Brad Beam <brad.beam@stormforge.io>
1 parent fc8e048 commit c3d452f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

hpa/locust/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ kind: Kustomization
44
namespace: recipe
55

66
resources:
7-
- github.com/thestormforge/examples/voting-webapp/application
7+
- github.com/thestormforge/examples/webserver/voting-webapp/application
88
- hpa.yaml
99
- experiment.yaml
1010

hpa/sf-perftest/application/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33

44
resources:
5-
- github.com/thestormforge/examples/voting-webapp/application
5+
- github.com/thestormforge/examples/webserver/voting-webapp/application
66
- ingress.yaml
77
- hpa.yaml
88

webserver/sf-perftest-metrics/application/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33

44
resources:
5-
- ../../voting-webapp/application
5+
- github.com/thestormforge/examples/webserver/voting-webapp/application
66
- ingress.yaml
77

88
patchesStrategicMerge:

webserver/vhs-sf-perftest/application/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33

44
resources:
5-
- github.com/thestormforge/examples/voting-webapp/application
5+
- github.com/thestormforge/examples/webserver/voting-webapp/application
66
- ingress-alb.yaml
77

88
patchesStrategicMerge:

0 commit comments

Comments
 (0)