This commit is contained in:
2022-08-04 17:19:11 +08:00
parent 148715111d
commit 0eeb515fb5
2 changed files with 21 additions and 0 deletions

View File

@@ -59,3 +59,22 @@ spec:
priority: 0
enableServiceLinks: true
preemptionPolicy: PreemptLowerPriority
---
apiVersion: v1
kind: Service
metadata:
labels:
app: console-service
name: console-service
namespace: sangge
spec:
ports:
- name: 80-4444-tcp
port: 80
protocol: TCP
targetPort: 4444
selector:
app: console-service
sessionAffinity: None
type: ClusterIP

View File

@@ -19,6 +19,8 @@ spec:
# name: console
# port:
# number: 4444
entryPoints:
- websecure
routes:
- match: Host('sangge.sre.victor-core.top')
kind: Rule