Temprary disable ttyd

This commit is contained in:
dvirlabs 2026-03-25 17:29:06 +02:00
parent ecd5c0c6d7
commit 7e8f8d6d27

View File

@ -1,25 +1,25 @@
apiVersion: argoproj.io/v1alpha1 # apiVersion: argoproj.io/v1alpha1
kind: Application # kind: Application
metadata: # metadata:
name: ttyd # name: ttyd
namespace: argocd # namespace: argocd
labels: # labels:
env: infra # env: infra
spec: # spec:
project: infra # project: infra
source: # source:
repoURL: 'ssh://git@gitea-ssh.dev-tools.svc.cluster.local:2222/dvirlabs/infra.git' # repoURL: 'ssh://git@gitea-ssh.dev-tools.svc.cluster.local:2222/dvirlabs/infra.git'
targetRevision: HEAD # targetRevision: HEAD
path: charts/ttyd # path: charts/ttyd
helm: # helm:
valueFiles: # valueFiles:
- ../../manifests/ttyd/values.yaml # - ../../manifests/ttyd/values.yaml
destination: # destination:
server: https://kubernetes.default.svc # server: https://kubernetes.default.svc
namespace: infra # namespace: infra
syncPolicy: # syncPolicy:
automated: # automated:
prune: true # prune: true
selfHeal: true # selfHeal: true
syncOptions: # syncOptions:
- CreateNamespace=true # - CreateNamespace=true