Revert "Remove everything!"

This reverts commit f11c3f820d.
This commit is contained in:
2024-08-06 00:51:46 +01:00
parent f11c3f820d
commit 470621ab72
17 changed files with 225 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: traefik
spec:
entryPoints:
- web
routes:
- match: Host(`traefik.k3s`)
kind: Rule
services:
- name: traefik-dashboard
namespace: kube-system
nativeLB: true
kind: Service
port: 9000