文件
k3s/apps/gitea/ingressroute-http.yaml
T
2024-04-07 19:42:51 +08:00

16 行
308 B
YAML

apiVersion: traefik.containo.us/v1alpha1
kind: IngressRoute
metadata:
name: gitea-http
namespace: infra-devops
spec:
entryPoints:
- websecure
routes:
- kind: Rule
match: Host(`git.dev.cm`)
services:
- kind: Service
name: gitea-http
namespace: infra-devops
port: 3000