Move kubernetes to kustomize, since thats what it is

This commit is contained in:
Kristoffer Dalby 2022-01-02 20:06:32 +01:00
parent 8a07a63b1c
commit 8d504c35bf
21 changed files with 0 additions and 0 deletions

View file

@ -1,18 +0,0 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: headscale
annotations:
kubernetes.io/ingress.class: traefik
spec:
rules:
- host: $(PUBLIC_HOSTNAME)
http:
paths:
- backend:
service:
name: headscale
port:
number: 8080
path: /
pathType: Prefix