Closed tosoham closed 17 hours ago
Description: Provision and parameterize Helm charts to deploy the API, agents, and supporting services on Kubernetes.
Tasks:
charts/starkfinder/Chart.yaml
values.yaml
deployment-api.yaml
deployment-agent.yaml
service.yaml
ingress.yaml
secret.yaml
helm lint
helm template
Acceptance Criteria:
helm install --dry-run --debug charts/starkfinder
Is this issue still available?
@Adannee yes Pleas e explain your approach and ETA if you want this
Can i take this issue ?
Awaiting merge on #333
Description:
Provision and parameterize Helm charts to deploy the API, agents, and supporting services on Kubernetes.
Tasks:
charts/starkfinder/Chart.yaml
andvalues.yaml
.deployment-api.yaml
,deployment-agent.yaml
,service.yaml
,ingress.yaml
, andsecret.yaml
.helm lint
andhelm template
.Acceptance Criteria:
helm install --dry-run --debug charts/starkfinder
completes without errors.