change kubernetes folder structure

This commit is contained in:
2026-03-03 11:24:33 -05:00
parent 340fbb89d2
commit f0131b5235
5 changed files with 1 additions and 1 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