Kubenretes 1.16.0 api reference change
[ta/caas-kubedns.git] / ansible / roles / kubedns / templates / kubedns-deployment.yml
index f47cd09..265295d 100644 (file)
@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
 limitations under the License.
 #}
 ---
-apiVersion: apps/v1beta2
+apiVersion: apps/v1
 kind: DaemonSet
 metadata:
   name: kube-dns
@@ -78,7 +78,7 @@ spec:
             memory: 70Mi
         livenessProbe:
           tcpSocket:
-            port: 53
+            port: 10053
           initialDelaySeconds: 60
           timeoutSeconds: 5
           successThreshold: 1