Skip to content

Commit 351ab60

Browse files
committed
fix: naming event handlers
1 parent 0601ed6 commit 351ab60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/eventhandlers/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
name: diffgram-eventhandlers
77
namespace: {{ .Release.Namespace }}
88
spec:
9-
replicas: {{ .Values.defaultService.numReplicas }}
9+
replicas: {{ .Values.eventHandlersService.numReplicas }}
1010
selector:
1111
matchLabels:
1212
app: diffgram-eventhandlers
@@ -54,7 +54,7 @@ spec:
5454
- image: gcr.io/diffgram-open-core/eventhandlers:{{ .Values.diffgramVersion }}
5555
{{ end }}
5656
imagePullPolicy: Always
57-
name: diffgram-default
57+
name: diffgram-eventhandlers
5858
ports:
5959
- containerPort: 8080
6060
{{ if eq .Values.diffgramSettings.DIFFGRAM_STATIC_STORAGE_PROVIDER "gcp"}}

0 commit comments

Comments
 (0)