cluster.fun/manifests/_apps/tailscale-proxy-services.yaml
Marcus Noble 31efb5d8e0
Added loki service via tailscale
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2023-12-15 19:33:45 +00:00

26 lines
559 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: tailscale-proxy-services
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: cluster.fun
destination:
namespace: auth-proxy
name: scaleway
source:
path: manifests/tailscale-proxy-services
repoURL: "https://git.cluster.fun/AverageMarcus/cluster.fun.git"
targetRevision: HEAD
syncPolicy:
automated: {}
syncOptions:
- CreateNamespace=true
ignoreDifferences:
- kind: Secret
jsonPointers:
- /data
---