mirror of
https://github.com/KevinMidboe/kazan.git
synced 2025-10-29 01:30:15 +00:00
20 lines
376 B
YAML
20 lines
376 B
YAML
---
|
|
apiVersion: networking.k8s.io/v1
|
|
kind: Ingress
|
|
metadata:
|
|
name: microbot-ingress
|
|
namespace: microbot
|
|
spec:
|
|
rules:
|
|
- host: microbot.kazan.schleppe.cloud
|
|
http:
|
|
paths:
|
|
- path: /
|
|
pathType: Prefix
|
|
backend:
|
|
service:
|
|
name: microbot-service
|
|
port:
|
|
number: 80
|
|
|