Questions tagged [umbrella]
22 questions
0
votes
1 answer
Supervision tree conflict in an umbrella app
Background
I have an umbrella app that has many smaller apps inside. One of this apps, called A, needs to be able to spin and supervise another app, called B.
B, being an app in its own right, exposes a public API and has a GenServer, responsible…

Flame_Phoenix
- 16,489
- 37
- 131
- 266
0
votes
1 answer
How made umbrella chart update existing helm deployment
I have a umbrella chart and I want to know if it's possible to update an existing helm deployment through my requirements.yaml in my umbrella chart.

Bruno Macedo
- 121
- 1
- 8
0
votes
1 answer
How to install Helm Umbrella Charts pulled from remote repository
I have an umbrella chart uploaded in a remote repository and am trying to install it. How do I get it pulled down and ready to install?
I've tried helm fetch repo/umbrellachartname --untar which untared it but with nothing in any of the folders.…

ewassef
- 286
- 2
- 13
0
votes
2 answers
Phoenix.Router.NoRouteError for assets
in elixir i try to create project under umbrella with this command
mix phx.new my_project --umbrella
in apps directory try to install phoenix project with this command
mix phx.new phx_project --no-ecto
and trye to add assets with new structure…

amir baqdadi
- 174
- 1
- 1
- 12
0
votes
1 answer
docker: invalid reference format on Elixir Umbrella project
following this tutorial I'm trying to dockerize my Elixir Umbrella project before pushing to production.
I'm trying to run my app through Docker using this command:
docker run --rm -ti \
-p 4000:4000 \
-e COOKIE=a_cookie…

Uj Corb
- 1,959
- 4
- 29
- 56
0
votes
1 answer
Undefined function warnings during umbrella compilation
I have encountered a strange issue within my umbrella application structure. When I'm compiling whole project after running mix clean command, I'm getting following warning message from application_a:
function ApplicationB.ModuleName.function_name/0…

Kociamber
- 1,048
- 8
- 16
-1
votes
1 answer
Need help in writing regex to capture DNS logs
Below are the DNS Sample logs where i need to write a regex to capture the Hostname "Renju123". The log format structure is little different on both samples.
The log samples are given below:
"2018-12-12 13:25:30","Renju,…

List 25
- 33
- 5