github.com/howieyuen/kusion@v0.7.4-rc.2/pkg/projectstack/testdata/appops/nginx-example/prod/main.k (about)

     1  import base.pkg.kusion_models.kube.frontend
     2  import base.pkg.kusion_models.kube.templates.resource as res_tpl
     3  
     4  # The application configuration in stack will overwrite 
     5  # the configuration with the same attribute in base.
     6  appConfiguration: frontend.Server {
     7      schedulingStrategy.resource = res_tpl.tiny
     8  }