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,15 @@
---
apiVersion: v1
kind: Service
metadata:
name: hina-backend
labels:
app: hina-backend
spec:
type: ClusterIP
selector:
app: hina-backend
ports:
- name: hina-port
port: 80
targetPort: 80