Added loki service via tailscale

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
Marcus Noble 2023-12-15 19:33:45 +00:00
parent d248e5f28e
commit 31efb5d8e0
Signed by: AverageMarcus
GPG Key ID: B8F2DB8A7AEBAF78
3 changed files with 39 additions and 0 deletions

View File

@ -0,0 +1,25 @@
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
---

View File

@ -0,0 +1,4 @@
apiVersion: v1
kind: Namespace
metadata:
name: auth-proxy

View File

@ -0,0 +1,10 @@
apiVersion: v1
kind: Service
metadata:
name: loki-distributed
namespace: auth-proxy
annotations:
tailscale.com/tailnet-fqdn: loki-distributed-ingress.tail4dfb.ts.net
spec:
externalName: placeholder
type: ExternalName