first claude draft
This commit is contained in:
12
k8s/base/timescaledb/service.yaml
Normal file
12
k8s/base/timescaledb/service.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: timescaledb
|
||||
spec:
|
||||
selector:
|
||||
app.kubernetes.io/name: timescaledb
|
||||
ports:
|
||||
- port: 5432
|
||||
targetPort: postgres
|
||||
name: postgres
|
||||
clusterIP: None # Headless for StatefulSet
|
||||
Reference in New Issue
Block a user