Instll zot

This commit is contained in:
2024-03-24 13:44:22 +01:00
parent a47775d835
commit ba7a32a17f
5 changed files with 50 additions and 3 deletions

View File

@ -24,6 +24,24 @@ spec:
number: 8000
host: httpbin
---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: httpbin
namespace: debug
spec:
rules:
- host: httpbin.rocks
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: httpbin
port:
number: 8000
---
apiVersion: v1
kind: Service
metadata: