This repository has been archived on 2023-04-02. You can view files and clone it, but cannot push or open issues or pull requests.
gitops-tbrnt/headscale/ingress.yaml

23 lines
474 B
YAML

apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: headscale
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
spec:
rules:
- host: headscale.tbrnt.ch
http:
paths:
- backend:
service:
name: headscale
port:
number: 8080
path: /
pathType: Prefix
tls:
- hosts:
- headscale.tbrnt.ch
secretName: ingress-cert