Skip to content

Commit

Permalink
Create ingress.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
KOSASIH authored Aug 6, 2024
1 parent a31229b commit daea839
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions deployment/kubernetes/ingress.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# ingress.yaml
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: app-ingress
spec:
rules:
- host: example.com
http:
paths:
- path: /
backend:
serviceName: app-service
servicePort: 80

0 comments on commit daea839

Please sign in to comment.