Skip to content

Commit

Permalink
[#1698] Webhook config error
Browse files Browse the repository at this point in the history
  • Loading branch information
Pascal Holy committed May 3, 2021
1 parent 6d0a759 commit 6a172cd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
Expand Up @@ -63,11 +63,6 @@ spec:
configMapKeyRef:
name: beanstalk-config
key: BEANSTALK_PORT
- name: WEBHOOK_NAME
valueFrom:
configMapKeyRef:
name: webhooks-config
key: NAME
livenessProbe:
httpGet:
path: /actuator/health
Expand Down
Expand Up @@ -41,11 +41,21 @@ spec:
configMapKeyRef:
name: beanstalk-config
key: BEANSTALK_PORT
- name: KAFKA_BROKERS
valueFrom:
configMapKeyRef:
name: kafka-config
key: KAFKA_BROKERS
- name: WEBHOOK_NAME
valueFrom:
configMapKeyRef:
name: "{{ .Values.component }}"
key: name
- name: MAX_BACKOFF_SECONDS
valueFrom:
configMapKeyRef:
name: integration-webhook
key: maxBackoff
livenessProbe:
httpGet:
path: /health
Expand All @@ -71,11 +81,6 @@ spec:
configMapKeyRef:
name: beanstalkd-config
key: BEANSTALK_PORT
- name: MAX_BACKOFF_SECONDS
valueFrom:
configMapKeyRef:
name: webhook-config
key: MAX_BACKOFF_SECONDS
volumeMounts:
- name: provisioning-scripts
mountPath: /opt/provisioning
Expand Down

0 comments on commit 6a172cd

Please sign in to comment.