Shuffle services and ports
This commit is contained in:
@@ -13,4 +13,4 @@ spec:
|
|||||||
namespace: longhorn-system
|
namespace: longhorn-system
|
||||||
nativeLB: true
|
nativeLB: true
|
||||||
kind: Service
|
kind: Service
|
||||||
port: 80
|
port: 8000
|
||||||
@@ -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
|
||||||
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