stable/unifi/templates/deployment.yaml: fix probes#9180
stable/unifi/templates/deployment.yaml: fix probes#9180k8s-ci-robot merged 2 commits intohelm:masterfrom
Conversation
|
Hi @squat. Thanks for your PR. I'm waiting for a helm member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
The `livenessProbe` and `readinessProbe` are incorrectly defined. The `initialDelaySeconds` field should not be nested withing the `httpGet` field. Signed-off-by: Lucas Serven <lserven@gmail.com>
Signed-off-by: Lucas Serven <lserven@gmail.com>
|
/ok-to-test |
|
thanks @squat 😄 |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: billimek, cpanato, squat The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
…-chown-failure * origin/master: (52 commits) 7931; Enable SSL Support (helm#8935) [stable/ghost] Release 5.4.2 (helm#9235) [stable/parse] Bump mongodb dependency (helm#9233) [stable/postgresql] Add ability to give postgresql, pg_hba configuration or initdb scripts from parameters. (helm#9117) [stable/mongodb] Support Prometheus monitoring using Prometheus Operator (helm#9061) [stable/postgresql] Fix invalid StatefulSet volumeClaimTemplates annotations if empty. (helm#9115) [stable/postgresql] Add affinity parameter. (helm#9114) fix typo in livenessProbe (helm#9213) [stable/phabricator] Release 3.3.2 (helm#9212) upgrade grafana (helm#9223) Allow for custom labels and annotations for default rules (helm#9154) [stable/percona-xtradb-cluster] Add maver1ck to OWNERS (helm#9178) Deprecate Buildkite chart (helm#9200) Update elastic-stack to use latest logstash chart (helm#9201) Fix broken ingress template for redmine chart (helm#9145) [stable/redis] Fix hardcoded serviceName (helm#9187) stable/unifi/templates/deployment.yaml: fix probes (helm#9180) Fix ReadMe (helm#9183) [stable/prometheus-operator] Allow annotations on prometheus service (helm#8867) Sync etc and general rules with coreos/prometheus-operator (helm#9103) ...
* stable/unifi/templates/deployment.yaml: fix probes The `livenessProbe` and `readinessProbe` are incorrectly defined. The `initialDelaySeconds` field should not be nested withing the `httpGet` field. Signed-off-by: Lucas Serven <lserven@gmail.com> * stable/unifi: bump patch version Signed-off-by: Lucas Serven <lserven@gmail.com>
The
livenessProbeandreadinessProbeare incorrectly defined.The
initialDelaySecondsfield should not be nested withing thehttpGetfield.
cc @billimek