Changed repo structure

This commit is contained in:
Marcin-Ramotowski
2025-07-10 20:41:04 +02:00
parent ed1f1575e4
commit bfa54596b6
6 changed files with 0 additions and 0 deletions

View File

@ -0,0 +1,20 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: user-microservice-ingress
namespace: user-microservice
annotations:
nginx.ingress.kubernetes.io/rewrite-target: /
spec:
ingressClassName: nginx
rules:
- host: user-microservice.marcin00.pl
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: api
port:
number: 80