infra4talos/everything-app/app-sshtunnel.yaml

24 lines
570 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: sshtunnel
namespace: argocd
spec:
destination:
namespace: cluster-ingress
server: https://kubernetes.default.svc
project: infra
source:
helm:
parameters:
- name: connect.server
value: http://onepassword-connect.1password.svc.cluster.local:8080/
- name: image.pullPolicy
value: Always
path: apps-helm/sshtunnel
repoURL: https://git.martyn.berlin/martyn/infra4talos
targetRevision: HEAD
syncPolicy:
automated:
selfHeal: true