Skip to content

Commit

Permalink
ngrok
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiionutdamian committed May 15, 2024
1 parent 3326be6 commit bce9d7b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions demo-ai-app/manifests/deploy_ngrok_monitor.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: ai-app-mon-ngrok
namespace: hwal
spec:
ingressClassName: ngrok
rules:
- host: impala-possible-molly.ngrok-free.app
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: ai-app-mon-svc
port:
number: 4041

0 comments on commit bce9d7b

Please sign in to comment.