Skip to content

Commit

Permalink
ing
Browse files Browse the repository at this point in the history
  • Loading branch information
moficodes committed Mar 3, 2021
1 parent 2216e34 commit 9fb7328
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions k8s/all-deployment-svc/ingress.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
apiVersion: networking.k8s.io/v1beta1
kind: Ingress
metadata:
name: foxfram-ingress
spec:
tls:
- hosts:
- foxfram.kf-mofi-vpc-442dbba0442be6c8c50f31ed96b00601-0000.us-south.containers.appdomain.cloud
secretName: kf-mofi-vpc-442dbba0442be6c8c50f31ed96b00601-0000
rules:
- host: foxfram.kf-mofi-vpc-442dbba0442be6c8c50f31ed96b00601-0000.us-south.containers.appdomain.cloud
http:
paths:
- path: /
backend:
serviceName: ui-service
servicePort: 80

0 comments on commit 9fb7328

Please sign in to comment.