Skip to content

update Kubernetes manifests to app/v1 and yaml parity #144

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 27, 2019

Conversation

BretFisher
Copy link
Collaborator

I've updated all Kubernetes yaml with the following benefits:

  • Update yaml to current deployment manifest defaults (app/v1)
  • Added container spec ports for better introspection
  • Tried to reach parity between kube-deployment.yml and k8s-specifications/*
  • Added some service comments to kube-deployment.yml to break up the large file

Note that it's undocumented, but I believe that kube-deployment.yml is designed for Docker Desktop where LoadBalancer works via localhost and PersistentVolumeClaim works with local docker volumes, and that k8s-specifications/* is more generic and only uses NodePort and no claims... but I could be wrong.

update yaml to current deployment manifest defaults and try for more pairity between kube-deploy.yml and k8s-specifications
@jrburcio jrburcio merged commit b687b25 into dockersamples:master Aug 27, 2019
@BretFisher BretFisher deleted the update-kube-deployments branch May 3, 2021 01:56
GhenaCadin pushed a commit to Pokfinner/example-voting-app that referenced this pull request Jan 4, 2025
…oyments

update Kubernetes manifests to app/v1 and yaml parity
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants