Skip to content

Commit

Permalink
Workflow asset
Browse files Browse the repository at this point in the history
  • Loading branch information
anuragc617 committed Feb 14, 2020
1 parent 66ef6f3 commit 0233fab
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions manifests/ingress-1.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: "bugbash1622"
labels:
app: "bugbash1622"
annotations:
kubernetes.io/ingress.class: addon-http-application-routing
spec:
rules:
- host: bugbash1622bf98-bugbash1622.bc942556c07f4798b27b.westus2.aksapp.io
http:
paths:
- path: /
backend:
serviceName: "bugbash1622"
servicePort: 8123

0 comments on commit 0233fab

Please sign in to comment.