Skip to content

Commit

Permalink
Make service port mandatory in CRD v1alpha2
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprodan committed Dec 26, 2018
1 parent 199e3b3 commit 5354687
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions artifacts/canaries/canary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ spec:
webhooks:
- name: integration-tests
url: http://podinfo.test:9898/echo
timeout: 5s
timeout: 1m
metadata:
test: "all"
test: "all"
token: "16688eb5e9f289f1991c"
2 changes: 1 addition & 1 deletion artifacts/flagger/crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ spec:
type: string
service:
type: object
required: ['number']
required: ['port']
properties:
port:
type: number
Expand Down
2 changes: 1 addition & 1 deletion charts/flagger/templates/crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ spec:
type: string
service:
type: object
required: ['number']
required: ['port']
properties:
port:
type: number
Expand Down

0 comments on commit 5354687

Please sign in to comment.