🔧 tailscale: expose argocd over private network

This commit is contained in:
Quentin Campos 2026-04-22 09:11:37 +02:00
parent 9a522bcc8c
commit bd9664d0da

View file

@ -0,0 +1,16 @@
apiVersion: v1
kind: Service
metadata:
name: argocd-server-tailscale
namespace: argocd
annotations:
tailscale.com/expose: "true"
tailscale.com/hostname: "argocd"
spec:
type: LoadBalancer
selector:
app.kubernetes.io/name: argocd-server
ports:
- name: https
port: 443
targetPort: 8080