Skip to content

Commit

Permalink
Merge pull request #143 from davecheney/issue/137
Browse files Browse the repository at this point in the history
deployment/ds-hostnet: switch to v2 yaml config
  • Loading branch information
davecheney committed Jan 12, 2018
2 parents cfe1407 + 1d3d404 commit 343fa39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployment/ds-hostnet/02-contour.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
- containerPort: 8080
name: http
command: ["envoy"]
args: ["-c", "/config/contour.json", "--service-cluster", "cluster0", "--service-node", "node0"]
args: ["-c", "/config/contour.yaml", "--service-cluster", "cluster0", "--service-node", "node0"]
volumeMounts:
- name: contour-config
mountPath: /config
Expand All @@ -41,7 +41,7 @@ spec:
imagePullPolicy: Always
name: envoy-initconfig
command: ["contour"]
args: ["bootstrap", "/config/contour.json"]
args: ["bootstrap", "/config/contour.yaml"]
volumeMounts:
- name: contour-config
mountPath: /config
Expand Down

0 comments on commit 343fa39

Please sign in to comment.