Added two more k3s templates

This commit is contained in:
Khwezi
2026-04-11 17:13:19 +02:00
parent df6eaef96c
commit f8da3f6da9
2 changed files with 54 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
apiVersion: v1
kind: Service
metadata:
name: traefik-dashboard-nodeport
namespace: kube-system
spec:
type: NodePort
selector:
app.kubernetes.io/name: traefik
ports:
- name: admin
protocol: TCP
port: 8080
targetPort: 8080
nodePort: 30000