From: Balazs Szekeres Date: Thu, 25 Jul 2019 08:31:32 +0000 (+0200) Subject: Kubedns healthcheck update X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ta%2Fcaas-kubedns.git;a=commitdiff_plain;h=b829734396262b0158289449d812894cb3624707 Kubedns healthcheck update Kubedns healthcheck update Change-Id: Ib2050ff8bd123de26f3e51bc5c071026362f3b5c Signed-off-by: Balazs Szekeres --- diff --git a/ansible/roles/kubedns/templates/kubedns-deployment.yml b/ansible/roles/kubedns/templates/kubedns-deployment.yml index f47cd09..f6b4efa 100644 --- a/ansible/roles/kubedns/templates/kubedns-deployment.yml +++ b/ansible/roles/kubedns/templates/kubedns-deployment.yml @@ -78,7 +78,7 @@ spec: memory: 70Mi livenessProbe: tcpSocket: - port: 53 + port: 10053 initialDelaySeconds: 60 timeoutSeconds: 5 successThreshold: 1 diff --git a/rpmbuild.spec b/rpmbuild.spec index 3f256cc..8eabcbd 100644 --- a/rpmbuild.spec +++ b/rpmbuild.spec @@ -15,7 +15,7 @@ %define COMPONENT kubedns %define RPM_NAME caas-%{COMPONENT} %define RPM_MAJOR_VERSION 1.15.4 -%define RPM_MINOR_VERSION 1 +%define RPM_MINOR_VERSION 2 %define IMAGE_TAG %{RPM_MAJOR_VERSION}-%{RPM_MINOR_VERSION} Name: %{RPM_NAME}