tako icon indicating copy to clipboard operation
tako copied to clipboard

Document partial / reusable configuration

Open marcinc opened this issue 3 years ago • 0 comments

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 avatar Mar 08 '21 11:03 marcinc