add app init files

This commit is contained in:
2026-08-11 16:06:22 +03:00
parent 4525d60385
commit 9f0c613768
16 changed files with 672 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
apiVersion: v1
kind: Service
metadata:
name: cals
namespace: epcare
spec:
selector:
app: cals
ports:
- name: syslog-tcp
protocol: TCP
port: 601
targetPort: 601
# ClusterIP (default) — no fixed IP needed anymore.
# Each namespace (epcare-ep01, epcare-ep02...) gets its own cals Service.
# Other pods in the same namespace reach it via: cals:601
# Cross-namespace: cals.epcare-ep01.svc.cluster.local:601 (not needed here)