This commit is contained in:
2022-08-04 17:09:32 +08:00
parent 83ebcd2ae6
commit 148715111d

View File

@@ -8,14 +8,20 @@ metadata:
annotations:
kubenetes.io/ingress.class: traefik
spec:
rules:
- host: sangge.sre.victor-core.top
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: console
port:
number: 4444
# rules:
# - host: sangge.sre.victor-core.top
# http:
# paths:
# - path: /
# pathType: Prefix
# backend:
# service:
# name: console
# port:
# number: 4444
routes:
- match: Host('sangge.sre.victor-core.top')
kind: Rule
services:
- name: console
port: 4444