Skip to content

Commit

Permalink
Revert "Separate ccx-redis deployment from ccx-data-pipeline"
Browse files Browse the repository at this point in the history
This reverts commit fbac5c4.
  • Loading branch information
epapbak committed Oct 27, 2023
1 parent fbac5c4 commit cf28bb2
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions deploy/cache-writer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ objects:
kind: StatefulSet
metadata:
labels:
app: ccx-redis
app: ccx-data-pipeline
app.kubernetes.io/instance: cache-writer
app.kubernetes.io/name: redis
name: ccx-redis
Expand All @@ -198,14 +198,14 @@ objects:
replicas: 1
selector:
matchLabels:
app: ccx-redis
app: ccx-data-pipeline
app.kubernetes.io/instance: cache-writer
app.kubernetes.io/name: redis
serviceName: ccx-redis-headless
template:
metadata:
labels:
app: ccx-redis
app: ccx-data-pipeline
app.kubernetes.io/instance: cache-writer
app.kubernetes.io/name: redis
spec:
Expand All @@ -215,7 +215,7 @@ objects:
- podAffinityTerm:
labelSelector:
matchLabels:
app: ccx-redis
app: ccx-data-pipeline
topologyKey: kubernetes.io/hostname
weight: 1
containers:
Expand Down Expand Up @@ -348,7 +348,7 @@ objects:
volumeClaimTemplates:
- metadata:
labels:
app: ccx-redis
app: ccx-data-pipeline
app.kubernetes.io/instance: cache-writer
app.kubernetes.io/name: redis
name: ccx-redis-data
Expand All @@ -362,7 +362,7 @@ objects:
kind: Service
metadata:
labels:
app: ccx-redis
app: ccx-data-pipeline
app.kubernetes.io/instance: cache-writer
app.kubernetes.io/name: redis
name: ccx-redis-metrics
Expand All @@ -373,15 +373,15 @@ objects:
protocol: TCP
targetPort: metrics
selector:
app: ccx-redis
app: ccx-data-pipeline
app.kubernetes.io/instance: cache-writer
app.kubernetes.io/name: redis
type: ClusterIP
- apiVersion: v1
kind: Service
metadata:
labels:
app: ccx-redis
app: ccx-data-pipeline
app.kubernetes.io/instance: cache-writer
app.kubernetes.io/name: redis
name: ccx-redis
Expand All @@ -393,7 +393,7 @@ objects:
port: 6379
targetPort: redis
selector:
app: ccx-redis
app: ccx-data-pipeline
app.kubernetes.io/instance: cache-writer
app.kubernetes.io/name: redis
sessionAffinity: None
Expand All @@ -402,7 +402,7 @@ objects:
kind: Service
metadata:
labels:
app: ccx-redis
app: ccx-data-pipeline
app.kubernetes.io/instance: cache-writer
app.kubernetes.io/name: redis
name: ccx-redis-headless
Expand All @@ -413,7 +413,7 @@ objects:
port: 6379
targetPort: redis
selector:
app: ccx-redis
app: ccx-data-pipeline
app.kubernetes.io/instance: cache-writer
app.kubernetes.io/name: redis
type: ClusterIP
Expand All @@ -438,7 +438,7 @@ objects:
kind: ConfigMap
metadata:
labels:
app: ccx-redis
app: ccx-data-pipeline
app.kubernetes.io/instance: cache-writer
app.kubernetes.io/name: redis
name: ccx-redis-scripts
Expand Down Expand Up @@ -541,7 +541,7 @@ objects:
kind: ConfigMap
metadata:
labels:
app: ccx-redis
app: ccx-data-pipeline
app.kubernetes.io/instance: cache-writer
app.kubernetes.io/name: redis
name: ccx-redis-health
Expand Down Expand Up @@ -570,7 +570,7 @@ objects:
kind: ConfigMap
metadata:
labels:
app: ccx-redis
app: ccx-data-pipeline
app.kubernetes.io/instance: cache-writer
app.kubernetes.io/name: redis
name: ccx-redis-configuration
Expand Down

0 comments on commit cf28bb2

Please sign in to comment.