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:
@@ -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
|
|
||||||
|
|||||||
@@ -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
|
|
||||||
@@ -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
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
||||||
kind: Kustomization
|
|
||||||
|
|
||||||
resources:
|
|
||||||
- helm-values.yaml
|
|
||||||
Reference in New Issue
Block a user