Added Kibana

This commit is contained in:
2025-10-22 20:01:26 +02:00
parent 5b5e468a54
commit 230fd51433
2 changed files with 57 additions and 0 deletions

14
kibana/service.yaml Normal file
View File

@@ -0,0 +1,14 @@
apiVersion: v1
kind: Service
metadata:
name: kibana
namespace: app-notifications
spec:
type: NodePort
ports:
- port: 5601
targetPort: 5601
nodePort: 30102
name: http
selector:
app: kibana