We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0601ed6 commit 351ab60Copy full SHA for 351ab60
templates/eventhandlers/deployment.yaml
@@ -6,7 +6,7 @@ metadata:
6
name: diffgram-eventhandlers
7
namespace: {{ .Release.Namespace }}
8
spec:
9
- replicas: {{ .Values.defaultService.numReplicas }}
+ replicas: {{ .Values.eventHandlersService.numReplicas }}
10
selector:
11
matchLabels:
12
app: diffgram-eventhandlers
@@ -54,7 +54,7 @@ spec:
54
- image: gcr.io/diffgram-open-core/eventhandlers:{{ .Values.diffgramVersion }}
55
{{ end }}
56
imagePullPolicy: Always
57
- name: diffgram-default
+ name: diffgram-eventhandlers
58
ports:
59
- containerPort: 8080
60
{{ if eq .Values.diffgramSettings.DIFFGRAM_STATIC_STORAGE_PROVIDER "gcp"}}
0 commit comments