init
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user