Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Deploy Sourcegraph on Kubernetes with Kustomize

> **⚠️ Deprecation Notice**
> This Kustomize-based deployment method is planned for deprecation. We recommend using [Helm](https://sourcegraph.com/docs/admin/deploy/kubernetes) for Kubernetes deployments.

[![sourcegraph: search](https://img.shields.io/badge/sourcegraph-search-brightgreen.svg)](https://sourcegraph.com/github.com/sourcegraph/deploy-sourcegraph-k8s) [![master build status](https://badge.buildkite.com/018ed23ed79d7297e7dd109b745597c58d875323fb06e81786.svg?branch=main)](https://buildkite.com/sourcegraph/deploy-sourcegraph-k8s)

> **Note**
Expand Down
3 changes: 3 additions & 0 deletions instances/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Instances

> **⚠️ Deprecation Notice**
> This Kustomize-based deployment method is planned for deprecation. We recommend using [Helm](https://sourcegraph.com/docs/admin/deploy/kubernetes) for Kubernetes deployments.

See the [Sourcegraph Kustomize docs](https://docs.sourcegraph.com/admin/deploy/kubernetes/kustomize) for the latested instructions.

## Create an overlay for your instances
Expand Down
5 changes: 5 additions & 0 deletions instances/template/kustomization.template.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
##########################################################################################
# ⚠️ DEPRECATION NOTICE
# This Kustomize-based deployment method is planned for deprecation.
# We recommend using Helm for Kubernetes deployments.
# See: https://sourcegraph.com/docs/admin/deploy/kubernetes
##########################################################################################
# DEPLOY INSTRUCTIONS
#
# Build Manifests: kubectl kustomize instances/$CURRENT_DIR -o cluster.yaml
Expand Down
Loading