test
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user