mirror of https://github.com/knative/docs.git
Remove periodSeconds from examples (#2515)
Since knative/serving#4731, periodSeconds also requires failureThreshold and timeoutSeconds to be set.
This commit is contained in:
parent
c40847c454
commit
c70670eeab
|
@ -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
|
||||
|
|
|
@ -30,5 +30,4 @@ spec:
|
|||
httpGet:
|
||||
path: /
|
||||
initialDelaySeconds: 0
|
||||
periodSeconds: 3
|
||||
|
||||
|
|
|
@ -31,7 +31,6 @@ spec:
|
|||
httpGet:
|
||||
path: /
|
||||
initialDelaySeconds: 0
|
||||
periodSeconds: 3
|
||||
traffic:
|
||||
- tag: current
|
||||
revisionName: stock-service-example-first
|
||||
|
|
|
@ -31,7 +31,6 @@ spec:
|
|||
httpGet:
|
||||
path: /
|
||||
initialDelaySeconds: 0
|
||||
periodSeconds: 3
|
||||
traffic:
|
||||
- tag: current
|
||||
revisionName: stock-service-example-first
|
||||
|
|
|
@ -31,7 +31,6 @@ spec:
|
|||
httpGet:
|
||||
path: /
|
||||
initialDelaySeconds: 0
|
||||
periodSeconds: 3
|
||||
traffic:
|
||||
- tag: current
|
||||
revisionName: stock-service-example-first
|
||||
|
|
Loading…
Reference in New Issue