mirror of
https://github.com/KevinMidboe/kazan.git
synced 2026-01-11 03:35:54 +00:00
Microbot deployment & service
This commit is contained in:
18
microbot/ingress.yml
Normal file
18
microbot/ingress.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
name: microbot-ingress
|
||||
namespace: microbot
|
||||
spec:
|
||||
rules:
|
||||
- host: microbot.kazan.schleppe
|
||||
http:
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
backend:
|
||||
service:
|
||||
name: microbot-service
|
||||
port:
|
||||
number: 80
|
||||
|
||||
Reference in New Issue
Block a user