File tree Expand file tree Collapse file tree 6 files changed +6
-37
lines changed Expand file tree Collapse file tree 6 files changed +6
-37
lines changed Original file line number Diff line number Diff line change 1- apiVersion : v1
2- kind : Secret
3- metadata :
4- name : celery-rabbitmq
5- annotations :
6- secret-generator.v1.mittwald.de/autogenerate : rabbitmq-password
7- secret-generator.v1.mittwald.de/encoding : base64url
81---
92apiVersion : helm.fluxcd.io/v1
103kind : HelmRelease
8376 # # RabbitMQ application password
8477 # # ref: https://github.com/bitnami/bitnami-docker-rabbitmq#environment-variables
8578 # #
86- # password: password
87- existingPasswordSecret : celery-rabbitmq
79+ password : sc4snmp
80+ # existingPasswordSecret: celery-rabbitmq
8881
8982 # # Erlang cookie to determine whether different nodes are allowed to communicate with each other
9083 # # ref: https://github.com/bitnami/bitnami-docker-rabbitmq#environment-variables
@@ -151,7 +144,7 @@ spec:
151144 # # Extra plugins to enable
152145 # # Use this instead of `plugins` to add new plugins
153146 # #
154- extraPlugins : " rabbitmq_auth_backend_ldap"
147+ # extraPlugins: "rabbitmq_auth_backend_ldap"
155148
156149 # # Clustering settings
157150 # #
@@ -235,7 +228,7 @@ spec:
235228 # queue master locator
236229 queue_master_locator = min-masters
237230 # enable guest user
238- loopback_users.guest = false
231+ loopback_users.guest = true
239232 {{ tpl .Values.extraConfiguration . }}
240233 {{- if .Values.auth.tls.enabled }}
241234 ssl_options.verify = {{ .Values.auth.tls.sslOptionsVerify }}
Original file line number Diff line number Diff line change @@ -313,7 +313,6 @@ fi #end sim or both
313313# Create the namespace
314314kapply sc4snmp deploy/sc4snmp/namespace.yaml
315315
316- kapply kube-system deploy/sc4snmp/secret-manager.yaml
317316kapply sc4snmp deploy/celery-queue.yaml
318317kapply sc4snmp deploy/mongo-cache.yaml
319318
Original file line number Diff line number Diff line change 2929 value : sc4snmp-cache-mongodb
3030 - name : MONGO_SERVICE_SERVICE_PORT
3131 value : " 27017"
32- - name : RABBIT_USER
33- value : sc4snmp
34- - name : RABBIT_PASSWORD
35- valueFrom :
36- secretKeyRef :
37- name : celery-rabbitmq
38- key : rabbitmq-password
3932 - name : CELERY_BROKER_URL
40- value : amqp://$(RABBIT_USER):$(RABBIT_PASSWORD) @sc4snmp-celery-rabbitmq:5672/
33+ value : amqp://sc4snmp:sc4snmp @sc4snmp-celery-rabbitmq:5672/
4134 - name : POLLER_EXECUTION_MODE
4235 value : scheduler
4336 volumeMounts :
Original file line number Diff line number Diff line change 2020 imagePullPolicy : Always
2121 args : ["--log=WARN", "--config=/work/config/config.yaml"]
2222 env :
23- - name : RABBIT_USER
24- value : sc4snmp
25- - name : RABBIT_PASSWORD
26- valueFrom :
27- secretKeyRef :
28- name : celery-rabbitmq
29- key : rabbitmq-password
3023 - name : CELERY_BROKER_URL
31- value : amqp://$(RABBIT_USER):$(RABBIT_PASSWORD) @sc4snmp-celery-rabbitmq:5672/
24+ value : amqp://sc4snmp:sc4snmp @sc4snmp-celery-rabbitmq:5672/
3225 - name : MIBS_SERVER_URL
3326 value : http://$(MIB_SERVER_SERVICE_SERVICE_HOST):$(MIB_SERVER_SERVICE_SERVICE_PORT)
3427 - name : MIBS_FILES_URL
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments