16 行
308 B
YAML
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 |