Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1170 from kinvolk/invidian/update-contour-v1.10.0
Browse files Browse the repository at this point in the history
contour: update to v.1.10.0
  • Loading branch information
invidian authored Nov 9, 2020
2 parents 2c758ea + a11a1e0 commit fc2a02d
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ data:
# server:
# determine which XDS Server implementation to utilize in Contour.
# xds-server-type: contour
# specify the xDS version to use when serving resources to Envoy.
# xds-server-version: v2
#
# should contour expect to be running inside a k8s cluster
# incluster: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ rules:
apiVersion: batch/v1
kind: Job
metadata:
name: contour-certgen-v1.9.0
name: contour-certgen-v1.10.0
namespace: projectcontour
spec:
ttlSecondsAfterFinished: 0
Expand Down
3 changes: 3 additions & 0 deletions assets/charts/components/contour/templates/03-contour.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ spec:
name: xds
protocol: TCP
- containerPort: 8000
name: metrics
protocol: TCP
- containerPort: 6060
name: debug
protocol: TCP
livenessProbe:
Expand Down
1 change: 1 addition & 0 deletions assets/charts/components/contour/templates/03-envoy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ spec:
- /config/envoy.json
- --xds-address=contour
- --xds-port=8001
- --xds-resource-version=v3
- --resources-dir=/config/resources
- --envoy-cafile=/certs/ca.crt
- --envoy-cert-file=/certs/tls.crt
Expand Down
2 changes: 1 addition & 1 deletion assets/charts/components/contour/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ monitoring:

contour:
image: docker.io/projectcontour/contour
tag: v1.9.0
tag: v1.10.0

envoy:
image: docker.io/envoyproxy/envoy
Expand Down
20 changes: 10 additions & 10 deletions pkg/assets/generated_assets.go

Large diffs are not rendered by default.

0 comments on commit fc2a02d

Please sign in to comment.