Skip to content

Commit

Permalink
Add GKE Ingress
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Packer <[email protected]>
  • Loading branch information
jnpacker committed Oct 6, 2021
1 parent 9800701 commit 7c19505
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions mortgage/ingress.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
kind: Ingress
apiVersion: networking.k8s.io/v1
metadata:
name: example
namespace: mortgage
annotations:
kubernetes.io/ingress.class: "gce"
spec:
rules:
- http:
paths:
- path: /*
pathType: ImplementationSpecific
backend:
service:
name: mortgage-app-svc
port:
number: 9080

0 comments on commit 7c19505

Please sign in to comment.