Kubedns healthcheck update 57/1257/2
authorBalazs Szekeres <balazs.szekeres@nokia.com>
Thu, 25 Jul 2019 08:31:32 +0000 (10:31 +0200)
committerBalazs Szekeres <balazs.szekeres@nokia.com>
Thu, 25 Jul 2019 08:32:55 +0000 (10:32 +0200)
Kubedns healthcheck update

Change-Id: Ib2050ff8bd123de26f3e51bc5c071026362f3b5c
Signed-off-by: Balazs Szekeres <balazs.szekeres@nokia.com>
ansible/roles/kubedns/templates/kubedns-deployment.yml
rpmbuild.spec

index f47cd09..f6b4efa 100644 (file)
@@ -78,7 +78,7 @@ spec:
             memory: 70Mi
         livenessProbe:
           tcpSocket:
-            port: 53
+            port: 10053
           initialDelaySeconds: 60
           timeoutSeconds: 5
           successThreshold: 1
index 3f256cc..8eabcbd 100644 (file)
@@ -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}