File tree Expand file tree Collapse file tree 3 files changed +6
-16
lines changed
Expand file tree Collapse file tree 3 files changed +6
-16
lines changed Original file line number Diff line number Diff line change @@ -42,3 +42,7 @@ annotations:
4242 artifacthub.io/changes : |
4343 - kind: fixed
4444 description: don't deploy any 'ui-beta' resources when not enabled
45+ - kind: changed
46+ description: webhook-handler and backup-handler no longer require rabbitmq connections
47+ - kind: removed
48+ description: removed webhooks2tasks as no longer used
Original file line number Diff line number Diff line change 1515 template :
1616 metadata :
1717 annotations :
18- checksum/broker.secret : {{ include (print $.Template.BasePath "/broker.secret.yaml") . | sha256sum }}
1918 checksum/secret : {{ include (print $.Template.BasePath "/secret.yaml") . | sha256sum }}
2019 {{- with .Values.backupHandler.podAnnotations }}
2120 {{- toYaml . | nindent 8 }}
3837 command :
3938 - " sh"
4039 - " -c"
41- - |
42- while ! nc -zvw5 $RABBITMQ_ADDRESS $RABBITMQ_PORT; do sleep 2; done
43- exec /app/backup-handler
40+ - exec /app/backup-handler
4441 env :
45- - name : RABBITMQ_ADDRESS
46- value : {{ include "lagoon-core.broker.fullname" . }}
47- - name : RABBITMQ_USERNAME
48- valueFrom :
49- secretKeyRef :
50- name : {{ include "lagoon-core.broker.fullname" . }}
51- key : RABBITMQ_USERNAME
52- - name : RABBITMQ_PASSWORD
53- valueFrom :
54- secretKeyRef :
55- name : {{ include "lagoon-core.broker.fullname" . }}
56- key : RABBITMQ_PASSWORD
5742 - name : JWT_SECRET
5843 valueFrom :
5944 secretKeyRef :
Original file line number Diff line number Diff line change 1616 metadata :
1717 annotations :
1818 checksum/broker.secret : {{ include (print $.Template.BasePath "/broker.secret.yaml") . | sha256sum }}
19+ checksum/secret : {{ include (print $.Template.BasePath "/secret.yaml") . | sha256sum }}
1920 {{- with .Values.webhookHandler.podAnnotations }}
2021 {{- toYaml . | nindent 8 }}
2122 {{- end }}
You can’t perform that action at this time.
0 commit comments