Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions openshift/flower.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ spec:
value: redis://{{ redis_hostname }}:6379/0
- name: FLOWER_PORT
value: "5555"
- name: FLOWER_UNAUTHENTICATED_API
value: "true"
ports:
- containerPort: 5555
resources:
Expand Down
Loading