mirror of
https://github.com/suyiiyii/SIMS.git
synced 2025-06-03 12:56:10 +08:00
Some checks are pending
gitea-sync.yml / trigger-gitea-sync (push) Waiting to run
20 lines
344 B
YAML
20 lines
344 B
YAML
apiVersion: networking.k8s.io/v1
|
|
kind: Ingress
|
|
metadata:
|
|
creationTimestamp: null
|
|
name: backend
|
|
spec:
|
|
rules:
|
|
- host: backend.kl.suyiiyii.top
|
|
http:
|
|
paths:
|
|
- backend:
|
|
service:
|
|
name: backend
|
|
port:
|
|
number: 80
|
|
path: /
|
|
pathType: Prefix
|
|
status:
|
|
loadBalancer: {}
|