Added Elasticsearch

This commit is contained in:
2025-10-22 18:23:14 +02:00
parent 17289137a5
commit 81cea46d0a
3 changed files with 64 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
apiVersion: v1
kind: Service
metadata:
name: elasticsearch
namespace: app-notifications
labels:
app: elasticsearch
spec:
clusterIP: None
selector:
app: elasticsearch
ports:
- port: 9200
name: http
- port: 9300
name: transport