Added two more k3s templates
This commit is contained in:
15
kubernetes-templates/traefik-dashboard.yml
Normal file
15
kubernetes-templates/traefik-dashboard.yml
Normal 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
|
||||
Reference in New Issue
Block a user