Files
kubesphere/install/ingress-controller/9.1-static-ip-svc.yaml

23 lines
366 B
YAML

apiVersion: v1
kind: Service
metadata:
name: kubesphere-router-gateway
namespace: kubesphere-router-system
labels:
app: kubesphere
component: kubesphere-router
spec:
selector:
app:
type: LoadBalancer
ports:
- name: http
protocol: TCP
port: 80
targetPort: 80
- name: https
protocol: TCP
port: 443
targetPort: 443