mdn / infra

(Deprecated) MDN Web Docs Infrastructure scripts and configuration
Mozilla Public License 2.0
53 stars 32 forks source link

Update k8s manifest to accept k8s 1.16 #398

Closed limed closed 4 years ago

limed commented 4 years ago

Kubernetes 1.16 no longer accepts apiVersion: extensions/v1beta1 for deployments, so we need to bump up the apiVersion to apps/v1. This is all pre-work to get mdn running on the new EKS cluster which will run on kubernetes 1.16