Create test-ingress.yaml

pull/46254/head
Sabbir Ahmed Shameem 2024-05-06 22:42:09 +06:00 committed by GitHub
parent 6580858bb4
commit caa3f41f5f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: test-ingress
spec:
defaultBackend:
service:
name: test
port:
number: 80