From 248699cbc3b393509498a83da18d1aa5dd34ec50 Mon Sep 17 00:00:00 2001 From: Manuel de Brito Fontes Date: Fri, 21 Oct 2016 11:59:12 -0300 Subject: [PATCH] Sync yaml probes with published image --- .../custom-configuration/rc-custom-configuration.yaml | 8 ++++---- .../nginx/examples/custom-errors/rc-custom-errors.yaml | 8 ++++---- .../nginx/examples/custom-template/custom-template.yaml | 8 ++++---- controllers/nginx/examples/daemonset/as-daemonset.yaml | 8 ++++---- controllers/nginx/examples/default/rc-default.yaml | 8 ++++---- controllers/nginx/examples/full/rc-full.yaml | 8 ++++---- controllers/nginx/examples/proxy-protocol/nginx-rc.yaml | 8 ++++---- .../nginx/examples/sysctl/change-proc-values-rc.yaml | 8 ++++---- controllers/nginx/examples/tcp/rc-tcp.yaml | 8 ++++---- controllers/nginx/examples/tls/rc-ssl.yaml | 8 ++++---- controllers/nginx/examples/udp/rc-udp.yaml | 8 ++++---- controllers/nginx/rc.yaml | 8 ++++---- 12 files changed, 48 insertions(+), 48 deletions(-) diff --git a/controllers/nginx/examples/custom-configuration/rc-custom-configuration.yaml b/controllers/nginx/examples/custom-configuration/rc-custom-configuration.yaml index 90fcd43e3..7d3713093 100644 --- a/controllers/nginx/examples/custom-configuration/rc-custom-configuration.yaml +++ b/controllers/nginx/examples/custom-configuration/rc-custom-configuration.yaml @@ -21,13 +21,13 @@ spec: imagePullPolicy: Always readinessProbe: httpGet: - path: /ingress-controller-healthz - port: 80 + path: /healthz + port: 10254 scheme: HTTP livenessProbe: httpGet: - path: /ingress-controller-healthz - port: 80 + path: /healthz + port: 10254 scheme: HTTP initialDelaySeconds: 10 timeoutSeconds: 1 diff --git a/controllers/nginx/examples/custom-errors/rc-custom-errors.yaml b/controllers/nginx/examples/custom-errors/rc-custom-errors.yaml index 63dfbfd35..bd85754e3 100644 --- a/controllers/nginx/examples/custom-errors/rc-custom-errors.yaml +++ b/controllers/nginx/examples/custom-errors/rc-custom-errors.yaml @@ -21,13 +21,13 @@ spec: imagePullPolicy: Always readinessProbe: httpGet: - path: /ingress-controller-healthz - port: 80 + path: /healthz + port: 10254 scheme: HTTP livenessProbe: httpGet: - path: /ingress-controller-healthz - port: 80 + path: /healthz + port: 10254 scheme: HTTP initialDelaySeconds: 10 timeoutSeconds: 1 diff --git a/controllers/nginx/examples/custom-template/custom-template.yaml b/controllers/nginx/examples/custom-template/custom-template.yaml index ccf2809a5..5434a8c8a 100644 --- a/controllers/nginx/examples/custom-template/custom-template.yaml +++ b/controllers/nginx/examples/custom-template/custom-template.yaml @@ -21,13 +21,13 @@ spec: imagePullPolicy: Always readinessProbe: httpGet: - path: /ingress-controller-healthz - port: 80 + path: /healthz + port: 10254 scheme: HTTP livenessProbe: httpGet: - path: /ingress-controller-healthz - port: 80 + path: /healthz + port: 10254 scheme: HTTP initialDelaySeconds: 10 timeoutSeconds: 1 diff --git a/controllers/nginx/examples/daemonset/as-daemonset.yaml b/controllers/nginx/examples/daemonset/as-daemonset.yaml index c48ef5db4..5b68a4045 100644 --- a/controllers/nginx/examples/daemonset/as-daemonset.yaml +++ b/controllers/nginx/examples/daemonset/as-daemonset.yaml @@ -15,13 +15,13 @@ spec: imagePullPolicy: Always readinessProbe: httpGet: - path: /ingress-controller-healthz - port: 80 + path: /healthz + port: 10254 scheme: HTTP livenessProbe: httpGet: - path: /ingress-controller-healthz - port: 80 + path: /healthz + port: 10254 scheme: HTTP initialDelaySeconds: 10 timeoutSeconds: 1 diff --git a/controllers/nginx/examples/default/rc-default.yaml b/controllers/nginx/examples/default/rc-default.yaml index 0f1a28ea4..7577c8b7b 100644 --- a/controllers/nginx/examples/default/rc-default.yaml +++ b/controllers/nginx/examples/default/rc-default.yaml @@ -21,13 +21,13 @@ spec: imagePullPolicy: Always readinessProbe: httpGet: - path: /ingress-controller-healthz - port: 80 + path: /healthz + port: 10254 scheme: HTTP livenessProbe: httpGet: - path: /ingress-controller-healthz - port: 80 + path: /healthz + port: 10254 scheme: HTTP initialDelaySeconds: 10 timeoutSeconds: 1 diff --git a/controllers/nginx/examples/full/rc-full.yaml b/controllers/nginx/examples/full/rc-full.yaml index 71c1bd29f..847297b43 100644 --- a/controllers/nginx/examples/full/rc-full.yaml +++ b/controllers/nginx/examples/full/rc-full.yaml @@ -26,13 +26,13 @@ spec: imagePullPolicy: Always readinessProbe: httpGet: - path: /ingress-controller-healthz - port: 80 + path: /healthz + port: 10254 scheme: HTTP livenessProbe: httpGet: - path: /ingress-controller-healthz - port: 80 + path: /healthz + port: 10254 scheme: HTTP initialDelaySeconds: 10 timeoutSeconds: 1 diff --git a/controllers/nginx/examples/proxy-protocol/nginx-rc.yaml b/controllers/nginx/examples/proxy-protocol/nginx-rc.yaml index f67bb6d62..16e8500c9 100644 --- a/controllers/nginx/examples/proxy-protocol/nginx-rc.yaml +++ b/controllers/nginx/examples/proxy-protocol/nginx-rc.yaml @@ -21,13 +21,13 @@ spec: imagePullPolicy: Always readinessProbe: httpGet: - path: /ingress-controller-healthz - port: 80 + path: /healthz + port: 10254 scheme: HTTP livenessProbe: httpGet: - path: /ingress-controller-healthz - port: 80 + path: /healthz + port: 10254 scheme: HTTP initialDelaySeconds: 10 timeoutSeconds: 1 diff --git a/controllers/nginx/examples/sysctl/change-proc-values-rc.yaml b/controllers/nginx/examples/sysctl/change-proc-values-rc.yaml index a4c010ea1..d84d58fb7 100644 --- a/controllers/nginx/examples/sysctl/change-proc-values-rc.yaml +++ b/controllers/nginx/examples/sysctl/change-proc-values-rc.yaml @@ -94,13 +94,13 @@ spec: imagePullPolicy: Always readinessProbe: httpGet: - path: /ingress-controller-healthz - port: 80 + path: /healthz + port: 10254 scheme: HTTP livenessProbe: httpGet: - path: /ingress-controller-healthz - port: 80 + path: /healthz + port: 10254 scheme: HTTP initialDelaySeconds: 10 timeoutSeconds: 1 diff --git a/controllers/nginx/examples/tcp/rc-tcp.yaml b/controllers/nginx/examples/tcp/rc-tcp.yaml index 76560c55f..010ca87de 100644 --- a/controllers/nginx/examples/tcp/rc-tcp.yaml +++ b/controllers/nginx/examples/tcp/rc-tcp.yaml @@ -21,13 +21,13 @@ spec: imagePullPolicy: Always readinessProbe: httpGet: - path: /ingress-controller-healthz - port: 80 + path: /healthz + port: 10254 scheme: HTTP livenessProbe: httpGet: - path: /ingress-controller-healthz - port: 80 + path: /healthz + port: 10254 scheme: HTTP initialDelaySeconds: 10 timeoutSeconds: 1 diff --git a/controllers/nginx/examples/tls/rc-ssl.yaml b/controllers/nginx/examples/tls/rc-ssl.yaml index 0f1a28ea4..7577c8b7b 100644 --- a/controllers/nginx/examples/tls/rc-ssl.yaml +++ b/controllers/nginx/examples/tls/rc-ssl.yaml @@ -21,13 +21,13 @@ spec: imagePullPolicy: Always readinessProbe: httpGet: - path: /ingress-controller-healthz - port: 80 + path: /healthz + port: 10254 scheme: HTTP livenessProbe: httpGet: - path: /ingress-controller-healthz - port: 80 + path: /healthz + port: 10254 scheme: HTTP initialDelaySeconds: 10 timeoutSeconds: 1 diff --git a/controllers/nginx/examples/udp/rc-udp.yaml b/controllers/nginx/examples/udp/rc-udp.yaml index 34f935587..9fbddced0 100644 --- a/controllers/nginx/examples/udp/rc-udp.yaml +++ b/controllers/nginx/examples/udp/rc-udp.yaml @@ -21,13 +21,13 @@ spec: imagePullPolicy: Always readinessProbe: httpGet: - path: /ingress-controller-healthz - port: 80 + path: /healthz + port: 10254 scheme: HTTP livenessProbe: httpGet: - path: /ingress-controller-healthz - port: 80 + path: /healthz + port: 10254 scheme: HTTP initialDelaySeconds: 10 timeoutSeconds: 1 diff --git a/controllers/nginx/rc.yaml b/controllers/nginx/rc.yaml index 2b979385d..9b299b927 100644 --- a/controllers/nginx/rc.yaml +++ b/controllers/nginx/rc.yaml @@ -73,13 +73,13 @@ spec: imagePullPolicy: Always readinessProbe: httpGet: - path: /ingress-controller-healthz - port: 80 + path: /healthz + port: 10254 scheme: HTTP livenessProbe: httpGet: - path: /ingress-controller-healthz - port: 80 + path: /healthz + port: 10254 scheme: HTTP initialDelaySeconds: 10 timeoutSeconds: 1