This commit is contained in:
Ruslan Piatrovich
2024-12-13 14:22:21 +03:00
parent be33aa549e
commit f815f629ec
871 changed files with 193 additions and 138036 deletions
+18
View File
@@ -0,0 +1,18 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: test-app-ingress
namespace: first-test
spec:
ingressClassName: nginx
rules:
- host: test-network-policies-polis-a-stage.apps.lmru.tech
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: test-app-service
port:
number: 80