Add proxy to be used by telepresence

This commit is contained in:
2025-09-22 23:40:08 +02:00
parent e64b4b8e93
commit 1fee625d20
5 changed files with 82 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: proxy
namespace: argocd
spec:
project: default
destination:
server: https://kubernetes.default.svc
namespace: proxy
syncPolicy:
automated:
prune: true
selfHeal: false
syncOptions:
- CreateNamespace=true
source:
repoURL: https://github.com/zoriya/snow
targetRevision: HEAD
path: charts/proxy