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

@@ -13,4 +13,4 @@ spec:
namespace: longhorn-system namespace: longhorn-system
nativeLB: true nativeLB: true
kind: Service kind: Service
port: 80 port: 8000

View File

@@ -2,4 +2,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization kind: Kustomization
namespace: kube-system namespace: kube-system
resources: resources:
- service.yaml
- ingress.yaml - ingress.yaml

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