Skip to content

Update deployment to use apps from extensions.

Thong Kuah requested to merge tkuah/auto-deploy-app:deployment-apps into master

Use apps/v1 which has been present since Kubernetes 1.9

  • upgrade apiVersion of the deployment to apps/v1
  • spec.selector must match .spec.template.metadata.labels in apps/v1

Closes #6 (moved)

Edited by Thong Kuah

Merge request reports