diff --git a/system/tailscale/argocd-expose.yaml b/system/tailscale/argocd-expose.yaml new file mode 100644 index 0000000..6968539 --- /dev/null +++ b/system/tailscale/argocd-expose.yaml @@ -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 \ No newline at end of file