Initial commit

This commit is contained in:
2024-11-06 06:58:05 +00:00
commit b8891c2a2b
10 changed files with 156 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
namespace: kickstart
name: kickstart
spec:
rules:
- host: "kickstart.konchin.com"
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: kickstart
port:
number: 80