Skip to content

Commit

Permalink
Disable App Mesh ingress for load tester
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprodan committed Mar 25, 2019
1 parent 0ea76b9 commit 2c5ad0b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions charts/loadtester/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ spec:
metadata:
labels:
app: {{ include "loadtester.name" . }}
annotations:
appmesh.k8s.aws/ports: "444"
spec:
containers:
- name: {{ .Chart.Name }}
Expand Down
2 changes: 1 addition & 1 deletion charts/loadtester/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ spec:
- port: {{ .Values.service.port }}
targetPort: http
protocol: TCP
name: http
name: 8080
selector:
app: {{ include "loadtester.name" . }}
2 changes: 1 addition & 1 deletion charts/loadtester/templates/virtual-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
meshName: {{ .Values.meshName }}
listeners:
- portMapping:
port: 80
port: 444
protocol: http
serviceDiscovery:
dns:
Expand Down

0 comments on commit 2c5ad0b

Please sign in to comment.