This repository was archived by the owner on Jul 16, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
sf-perftest-metrics/application
vhs-sf-perftest/application Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ kind: Kustomization
44namespace : recipe
55
66resources :
7- - github.com/thestormforge/examples/voting-webapp/application
7+ - github.com/thestormforge/examples/webserver/ voting-webapp/application
88 - hpa.yaml
99 - experiment.yaml
1010
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
22kind : Kustomization
33
44resources :
5- - github.com/thestormforge/examples/voting-webapp/application
5+ - github.com/thestormforge/examples/webserver/ voting-webapp/application
66- ingress.yaml
77- hpa.yaml
88
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
22kind : Kustomization
33
44resources :
5- - ../.. /voting-webapp/application
5+ - github.com/thestormforge/examples/webserver /voting-webapp/application
66- ingress.yaml
77
88patchesStrategicMerge :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
22kind : Kustomization
33
44resources :
5- - github.com/thestormforge/examples/voting-webapp/application
5+ - github.com/thestormforge/examples/webserver/ voting-webapp/application
66- ingress-alb.yaml
77
88patchesStrategicMerge :
You can’t perform that action at this time.
0 commit comments