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,12 @@
apiVersion: v1
kind: Service
metadata:
name: traefik-dashboard
spec:
type: ClusterIP
selector:
app.kubernetes.io/name: traefik
ports:
- name: http
port: 9000
targetPort: 9000