🔧 tailscale: expose argocd over private network
This commit is contained in:
parent
9a522bcc8c
commit
bd9664d0da
1 changed files with 16 additions and 0 deletions
16
system/tailscale/argocd-expose.yaml
Normal file
16
system/tailscale/argocd-expose.yaml
Normal 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
|
||||
Loading…
Reference in a new issue