Remove periodSeconds from examples (#2515)

Since knative/serving#4731, periodSeconds also requires
failureThreshold and timeoutSeconds to be set.
This commit is contained in:
Antoine Cotten 2020-06-05 19:07:18 +02:00 committed by GitHub
parent c40847c454
commit c70670eeab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 0 additions and 6 deletions

View File

@ -31,7 +31,6 @@ spec:
httpGet:
path: /
initialDelaySeconds: 3
periodSeconds: 3
---
apiVersion: serving.knative.dev/v1
kind: Service
@ -52,4 +51,3 @@ spec:
httpGet:
path: /
initialDelaySeconds: 3
periodSeconds: 3

View File

@ -30,5 +30,4 @@ spec:
httpGet:
path: /
initialDelaySeconds: 0
periodSeconds: 3

View File

@ -31,7 +31,6 @@ spec:
httpGet:
path: /
initialDelaySeconds: 0
periodSeconds: 3
traffic:
- tag: current
revisionName: stock-service-example-first

View File

@ -31,7 +31,6 @@ spec:
httpGet:
path: /
initialDelaySeconds: 0
periodSeconds: 3
traffic:
- tag: current
revisionName: stock-service-example-first

View File

@ -31,7 +31,6 @@ spec:
httpGet:
path: /
initialDelaySeconds: 0
periodSeconds: 3
traffic:
- tag: current
revisionName: stock-service-example-first