fix missing clickhouse svc

This commit is contained in:
2025-04-14 12:37:45 +02:00
parent 57db805f10
commit aed1806127
2 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
apiVersion: v1
kind: Service
metadata:
name: clickhouse
labels:
app: clickhouse
spec:
ports:
- name: http
protocol: TCP
port: 8123
targetPort: 8123
selector:
app: clickhouse