diff --git a/examples/README.md b/examples/README.md index c86f3da422ee..dc818819a6d8 100644 --- a/examples/README.md +++ b/examples/README.md @@ -1061,9 +1061,10 @@ spec: - name: influxdb daemon: true # start influxdb as a daemon + retryStrategy: + limit: 10 # retry container if it fails container: image: influxdb:1.2 - restartPolicy: Always # restart container if it fails readinessProbe: # wait for readinessProbe to succeed httpGet: path: /ping