Commit Graph
15 Commits
Author SHA1 Message Date
Mukul SharmaandClaude Opus 5 919ebd5ab8 Replace the prometheus appSpec entry with victoria-metrics-single/vmagent/node-exporter
Matches the chart-side replacement in devops-infra-helm-charts. Three
Applications now where there was one, since victoria-metrics-single
bundles no scraper or exporter the way the Prometheus chart did.

Sync order matters here specifically: victoria-metrics-single needs to
exist before vmagent's remote_write target resolves, though ArgoCD sync
failures are naturally retried so this only affects how quickly it
converges, not whether it does.

Verified with `helm template` against generic-argo-apps-chart and this
values file: 11 Applications render, the three new ones present and
correctly formed, nothing left pointing at the removed prometheus
chartDir.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Wajog7nELA3i8JWTjxYGHF
2026-09-06 08:38:56 +05:30
Mukul SharmaandClaude Opus 5 1c6c6fc2c3 Register the prometheus appSpec entry
Points at the chart and values just added to devops-infra-helm-charts.
nameOverride pinned to "prometheus" so the Helm release name matches
what the chart's server Service naming depends on
("<release-name>-server") — see that repo's commit for the full
reasoning, since this file is the one place that decision has to be
made correctly for toolshed's already-seeded PROMETHEUS_URL to resolve.

Needs the usual two syncs to actually deploy: this values file only
takes effect once incubator-infra-k8s-admin-prd-ase1 is synced (which
creates/updates the child "prometheus" Application object), and that
child Application then needs its own sync to actually create anything
in the cluster.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Wajog7nELA3i8JWTjxYGHF
2026-09-06 07:30:51 +05:30
Mukul Sharma 84f5e27238 Add postgresql to appSpec and its Vault-backed credentials
One Vault path (secret/toolshed/postgres) into two namespaces: the server
needs the credential to initialise, api needs it to connect. Kept in one
file because it is one credential with two consumers — split, they drift,
and drift surfaces as an authentication error that looks nothing like a
config mistake.

The api-side Secret also carries a composed libpq URL, so host, port and
database name live in one place instead of across several environment
variables that can disagree.

Postgres gets its own namespace rather than living inside toolshed, so it
is addressed over cluster DNS like any other platform component and
outlives whatever consumes it.
2026-09-04 16:21:36 +05:30
Mukul Sharma f7e37d18b4 added harbor app 2026-08-31 13:18:18 +05:30
Mukul Sharma f722a8bc9c added jenkins 2026-08-31 09:40:54 +05:30
Mukul Sharma c8bda77bd5 fix for secret sa 2026-08-31 09:13:44 +05:30
Mukul Sharma 675dfe4595 fix for external secret 2026-08-31 08:04:13 +05:30
Mukul Sharma e0378cb43e added external-secret 2026-08-31 07:56:21 +05:30
Mukul Sharma d4a19467f3 added vault and contour 2026-08-31 07:45:45 +05:30
Mukul Sharma be12e34f77 fix argocd 2026-08-31 01:54:57 +05:30
Mukul Sharma 680b97582c fix 2026-08-31 01:41:21 +05:30
Mukul Sharma fe4c7aebd9 fix 2026-08-31 01:25:13 +05:30
Mukul Sharma 7f1ef661be fix 2026-08-31 01:13:53 +05:30
Mukul Sharma 51e8bb53e2 fix 2026-08-31 00:49:44 +05:30
Your Name 1055e1394f added repo 2026-08-26 04:03:34 +05:30