Skip to content

Commit

Permalink
chore(examples): update ambassador helm chart
Browse files Browse the repository at this point in the history
Fixes #1748
  • Loading branch information
edvald authored and eysi09 committed Mar 30, 2020
1 parent e1d4bf4 commit 28be767
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions examples/ambassador/ambassador/garden.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ kind: Module
description: Ambassador API Gateway
type: helm
name: ambassador
chart: stable/ambassador
repo: https://getambassador.io
chart: ambassador
version: "6.2.2"
values:
service:
annotations:
getambassador.io/config: |
---
apiVersion: ambassador/v1
kind: Module
name: ambassador
config:
service_port: 8080 # Set port since the default ingress already occupies the default port
http:
port: 8080 # Set port since the default ingress already occupies the default port
# Setting non-default HTTP ports to avoid conflict with other ingress controllers in the cluster
ports:
- name: http
port: 8080
targetPort: 8080
- name: https
port: 8443
targetPort: 8443

0 comments on commit 28be767

Please sign in to comment.