use more sane k8s manifest management
This commit is contained in:
17
kubernetes/manifests/test-color/ingress.yaml
Normal file
17
kubernetes/manifests/test-color/ingress.yaml
Normal 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.weyma-bs.infra.dubyatp.xyz
|
||||
http:
|
||||
paths:
|
||||
- pathType: Prefix
|
||||
path: /
|
||||
backend:
|
||||
service:
|
||||
name: test-color
|
||||
port:
|
||||
number: 8080
|
||||
Reference in New Issue
Block a user