diff --git a/argocd/manifests/kiwix/ingress-tailscale.yaml b/argocd/manifests/kiwix/ingress-tailscale.yaml index 07490bb..67d96be 100644 --- a/argocd/manifests/kiwix/ingress-tailscale.yaml +++ b/argocd/manifests/kiwix/ingress-tailscale.yaml @@ -2,18 +2,17 @@ apiVersion: networking.k8s.io/v1 kind: Ingress metadata: - name: kiwix + name: kiwix-tailscale namespace: kiwix + annotations: + tailscale.com/proxy-class: "default" spec: ingressClassName: tailscale - rules: - - host: kiwix - http: - paths: - - path: / - pathType: Prefix - backend: - service: - name: kiwix - port: - number: 80 + defaultBackend: + service: + name: kiwix + port: + number: 80 + tls: + - hosts: + - kiwix diff --git a/argocd/manifests/torrent/ingress-tailscale.yaml b/argocd/manifests/torrent/ingress-tailscale.yaml index 818398b..87e0916 100644 --- a/argocd/manifests/torrent/ingress-tailscale.yaml +++ b/argocd/manifests/torrent/ingress-tailscale.yaml @@ -2,18 +2,17 @@ apiVersion: networking.k8s.io/v1 kind: Ingress metadata: - name: transmission + name: transmission-tailscale namespace: torrent + annotations: + tailscale.com/proxy-class: "default" spec: ingressClassName: tailscale - rules: - - host: torrent - http: - paths: - - path: / - pathType: Prefix - backend: - service: - name: transmission - port: - number: 9091 + defaultBackend: + service: + name: transmission + port: + number: 9091 + tls: + - hosts: + - torrent