add test deployment

This commit is contained in:
2026-03-02 19:56:21 -05:00
parent 1ca3b9ff89
commit 340fbb89d2
5 changed files with 52 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: test-color-ingress
namespace: test-color
spec:
rules:
- host: test-color.duby.local
http:
paths:
- pathType: Prefix
path: "/"
backend:
service:
name: test-color
port:
number: 8080