fix: expose ClickHouse HTTP port via NodePort for remote access
All checks were successful
CI / cleanup-branch (push) Has been skipped
CI / build (push) Successful in 1m17s
CI / docker (push) Successful in 1m3s
CI / deploy-feature (push) Has been skipped
CI / deploy (push) Successful in 42s

Add cameleer-clickhouse-external Service (NodePort 30123) matching the
pattern used by cameleer-postgres-external (NodePort 30432).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
hsiegeln
2026-04-15 23:01:46 +02:00
parent 251c88fa63
commit 7961c6e18c

View File

@@ -109,6 +109,21 @@ spec:
name: native
---
apiVersion: v1
kind: Service
metadata:
name: cameleer-clickhouse-external
namespace: cameleer
spec:
type: NodePort
selector:
app: cameleer-clickhouse
ports:
- port: 8123
targetPort: 8123
nodePort: 30123
name: http
---
apiVersion: v1
kind: ConfigMap
metadata:
name: cameleer-clickhouse-config