Adam Vollrath

Results 36 comments of Adam Vollrath

We discussed this today and I think we're going to shrink the scope of this ticket to support only "empty" volumes. A use case for one of our customers: mounting...

Use case example: when a customer makes a deployment with postgres and seeds database. If they say `/var/lib/psql` is a volume, then when they push a new commit and a...

I don't know if the original ticket specified, but we want to limit this use case to very small files, like configuration files. Small enough that we can archive and...

When our CLI runs within a GHA, the command looks something like this: `/usr/bin/docker run --workdir /github/workspace --rm -e INPUT_GHCR-ACCESS-TOKEN -e UFFIZZI_PASSWORD -e UFFIZZI_SERVER -e UFFIZZI_USER -e UFFIZZI_PROJECT -e GITHUB_USERNAME...

The size limit should be driven by our backend's limitations and whatever that bottleneck is. That number could change in testing. The bottleneck may be in Postgres or it may...

> And one more question. Our controller receive base64 content for volumes. But how this content can be sent to InitContainer? I thought that we can add pvc for controller...

I've added another commit that changed the value names and bumped the Helm Chart version number. This all looks good; I approve. I also successfully tested the common use case...

Are both of these ports serving HTTP? Or other TCP services? UDP? Uffizzi only supports a single HTTP service. This assumption is baked into our entire stack. If these are...

I don't think the `ports` and `expose` keywords do anything on Uffizzi. All of a deployment's containers share the same IP network stack within the same k8s Pod.

Sorry, what's a "creation source" in this context?