Skip to content

Commit

Permalink
Create ingress.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
KOSASIH authored Jul 29, 2024
1 parent fc64ab7 commit 20a972e
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: pi-network-ingress
spec:
rules:
- host: pi-network.example.com
http:
paths:
- path: /
backend:
serviceName: pi-network
servicePort: 8080

0 comments on commit 20a972e

Please sign in to comment.