added KHM app

This commit is contained in:
Ultradesu
2025-04-06 18:27:46 +01:00
parent f049c7828b
commit f7c1d0a538
5 changed files with 116 additions and 0 deletions

14
k8s/apps/khm/service.yaml Normal file
View File

@ -0,0 +1,14 @@
---
apiVersion: v1
kind: Service
metadata:
name: khm
namespace: khm
spec:
selector:
app: khm
ports:
- protocol: TCP
port: 8080
targetPort: 8080