Adds plausible.

This commit is contained in:
2026-07-10 03:35:41 +00:00
parent 4d983819c9
commit c80d8dc411
15 changed files with 575 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
apiVersion: v1
kind: Service
metadata:
name: clickhouse
labels:
component: clickhouse
spec:
type: ClusterIP
ports:
- port: 8123
targetPort: http
protocol: TCP
name: http
- port: 9000
targetPort: native
protocol: TCP
name: native
selector:
component: clickhouse