We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Recently, we are working on a CUE based appfile which is a Docker Compose style UI file for OAM objects.
It's much simpler than k8s yaml and highly extensible by CUE schema.
name: myapp components: frontend: deployment: image: inanimate/echo-server env: PORT: 8080 traits: autoscaling: max: 10 min: 1 rollout: strategy: canary step: 5 expose: service: type: LoadBalancer ports: http: service_port: 80 container_port: 8080 scopes: - public-scope appScopes: public-scope: networkPolicy: public private-scope: networkPolicy: private
Will call for a PoC/demo when it's ready.
The text was updated successfully, but these errors were encountered:
See comment on issue 306. #306 (comment)
Sorry, something went wrong.
Close in favor of aggregate all discussion and design in #306
No branches or pull requests
Recently, we are working on a CUE based appfile which is a Docker Compose style UI file for OAM objects.
It's much simpler than k8s yaml and highly extensible by CUE schema.
Will call for a PoC/demo when it's ready.
The text was updated successfully, but these errors were encountered: