Add: hina
All checks were successful
Lint yaml / build-package (push) Successful in 8s

This commit is contained in:
2024-11-06 11:37:16 +00:00
parent 57c2b4ecc2
commit 150e842bb3
7 changed files with 171 additions and 0 deletions

View File

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