A repository for testing Git workflows and Kubernetes deployments.
This repository contains Kubernetes manifest files used for testing Git-based deployment workflows with Harness CI/CD.
.
├── README.md
└── vivek-manifest/
├── deployment.yaml # Kubernetes Deployment manifest
└── values.yaml # Configuration values for deployments
The vivek-manifest/ directory contains:
- deployment.yaml: Defines the Kubernetes Deployment resource including container specs, replicas, and resource limits
- values.yaml: Contains configurable values that can be templated into the deployment
kubectl apply -f vivek-manifest/deployment.yamlThis repo can be used as a manifest source in Harness CD pipelines:
- Connect this repo via a GitHub connector
- Reference the manifests in your Harness Service definition
- Deploy using a Harness CD pipeline
This repository is designed for testing various Git operations:
- Branch creation and merging
- Pull request workflows
- Webhook triggers for CI/CD pipelines
Vivek Dixit - @senjucanon2
This project is for testing purposes.