k8s cassandra

This commit is contained in:
2025-07-23 12:28:57 +02:00
committed by swordsteel
parent 03e9d0a703
commit a1038e9afc
3 changed files with 115 additions and 2 deletions

View File

@@ -0,0 +1,21 @@
apiVersion: v1
kind: Service
metadata:
name: cassandra
namespace: hlaeja
labels:
app: cassandra
environment: testing
tier: database
annotations:
metallb.universe.tf/address-pool: default
spec:
type: LoadBalancer
loadBalancerIP: 10.0.3.142
selector:
app: cassandra
ports:
- port: 9042
targetPort: 9042
protocol: TCP
name: cql