-
Notifications
You must be signed in to change notification settings - Fork 36
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
fix(*): use standard app labels & selectors, add heritage label where necessary [WIP] #41
Conversation
(haven't manually tested this, but the code does LGTM) |
I'd like to wait until after Alpha1 to merge because I am afraid there might be subtle assumptions being made in Alpha1, and I'd like to have a chance to hunt for them. |
👍 |
I'd be happy to. |
thanks! |
@arschles there are several occurrences within the |
@krancour good to know. fixing now |
a5a8904
to
db9c221
Compare
instead of name
@krancour fixed and commits pushed. testing deis-dev now, as this PR originally predated that chart |
@krancour testing shows that all services in the cluster, when launched from the deis-dev chart, have valid endpoints |
I like this change btw. Makes the data in fluentd consistent |
@arschles I just finished testing with both |
thanks @krancour. merging |
fix(*): use standard app labels & selectors, add heritage label where necessary [WIP]
This PR changes all manifests to use standard
app
labels and selectors where appropriate. It also addsheritage
labels where they're missing.Fixes #40