feat(k8s/app): add lubelogger

This commit is contained in:
2026-02-10 12:51:39 +02:00
parent cef83a8497
commit c0cf62cc35
4 changed files with 84 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
---
apiVersion: v1
kind: Service
metadata:
labels:
app: lubelogger
name: lubelogger
namespace: lubelogger
spec:
ports:
- name: 8080-8080
port: 8080
protocol: TCP
targetPort: 8080
selector:
app: lubelogger
type: ClusterIP