REVERT(telepresence): remove Telepresence installation

- Delete telepresence folder and all configurations
- Remove from kustomization.yaml
- Decided to use local database instead
This commit is contained in:
2026-01-10 03:53:54 +09:00
parent 98d340f7eb
commit 00cdc2efb1
4 changed files with 0 additions and 81 deletions

View File

@@ -10,4 +10,3 @@ resources:
- traefik/argocd.yaml - traefik/argocd.yaml
- argocd-image-updater/argocd.yaml - argocd-image-updater/argocd.yaml
- argocd/argocd.yaml - argocd/argocd.yaml
- telepresence/argocd.yaml

View File

@@ -1,42 +0,0 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: telepresence
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: default
sources:
- repoURL: ghcr.io/telepresenceio
chart: telepresence-oss
targetRevision: 2.25.2
helm:
releaseName: traffic-manager
valueFiles:
- $values/telepresence/helm-values.yaml
- repoURL: https://github.com/K3S-HOME/platform.git
targetRevision: main
ref: values
destination:
server: https://kubernetes.default.svc
namespace: ambassador
syncPolicy:
automated:
prune: true
selfHeal: true
allowEmpty: false
syncOptions:
- CreateNamespace=true
- PrunePropagationPolicy=foreground
- PruneLast=true
retry:
limit: 5
backoff:
duration: 5s
factor: 2
maxDuration: 3m
managedNamespaceMetadata:
labels:
goldilocks.fairwinds.com/enabled: 'true'
revisionHistoryLimit: 10

View File

@@ -1,33 +0,0 @@
# Telepresence OSS Helm Values
# Chart: oci://ghcr.io/telepresenceio/telepresence-oss
replicaCount: 1
# Log level
logLevel: info
# Agent Injector configuration
agentInjector:
enabled: true
injectPolicy: OnDemand
# RBAC configuration
managerRbac:
create: true
# Agent configuration
agent:
port: 9900
initContainer:
enabled: true
# Hooks configuration
hooks:
busybox:
registry: docker.io
image: busybox
tag: latest
curl:
registry: docker.io
image: curlimages/curl
tag: 8.1.1

View File

@@ -1,5 +0,0 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- helm-values.yaml