Shuffle services and ports

This commit is contained in:
2024-08-04 22:36:54 +01:00
parent 24e90c69a7
commit 2fcbe88134
3 changed files with 14 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
apiVersion: v1
kind: Service
metadata:
name: traefik-dashboard
spec:
type: ClusterIP
selector:
app: traefik
ports:
- name: http
port: 9000
targetPort: 9000