Skip to content
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

Document partial / reusable configuration #396

Open
marcinc opened this issue Mar 8, 2021 · 0 comments
Open

Document partial / reusable configuration #396

marcinc opened this issue Mar 8, 2021 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@marcinc
Copy link
Contributor

marcinc commented Mar 8, 2021

Create quick walk through docs showing how to extract common bits of configuration and apply them automatically to multiple services.

Partials:

&default-resources
cpu: 0.1
max-cpu: 1
memory: 10Mi
max-memory: 500Mi

services:
    postfacto:
      x-k8s:
       resource: *default-resources
    other-service:
      x-k8s:
        resource: *default-resources
@marcinc marcinc added the documentation Improvements or additions to documentation label Jul 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant