Shuffle services and ports
This commit is contained in:
@@ -13,4 +13,4 @@ spec:
|
||||
namespace: longhorn-system
|
||||
nativeLB: true
|
||||
kind: Service
|
||||
port: 80
|
||||
port: 8000
|
||||
@@ -2,4 +2,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: kube-system
|
||||
resources:
|
||||
- service.yaml
|
||||
- ingress.yaml
|
||||
12
clusters/kairos/traefik/service.yaml
Normal file
12
clusters/kairos/traefik/service.yaml
Normal 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
|
||||
Reference in New Issue
Block a user