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

feat/update-jarvis-schema-k8s-validation #47

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

liangxinzhu
Copy link
Owner

feat(tasks): update jarvis-test schema for Kubernetes objects validation

  • Modified .jarvis/tasks/jarvis-test.json to validate arrays of Kubernetes objects: Service and Deployment.
  • Added default templates for "my-service" and "my-deployment" within the schema.

refactor(templates): update jarvis template to use a single Pod spec

  • Changed .jarvis/templates/jarvis.cue to define a Pod specification instead of a Service and Deployment.
  • Updated .jarvis/templates/manifest.yaml to reflect the new Pod spec, including container details.

These changes improve the alignment with Kubernetes object specifications and streamline the template schema.

- Modified `.jarvis/tasks/jarvis-test.json` to validate arrays of Kubernetes objects: Service and Deployment.
- Added default templates for "my-service" and "my-deployment" within the schema.

refactor(templates): update jarvis template to use a single Pod spec

- Changed `.jarvis/templates/jarvis.cue` to define a Pod specification instead of a Service and Deployment.
- Updated `.jarvis/templates/manifest.yaml` to reflect the new Pod spec, including container details.

These changes improve the alignment with Kubernetes object specifications and streamline the template schema.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants