The Kde store UI is a bit lacking the screenshot browser has arrows all the way at the edges.
I uploaded three screens two of the configuration and one of the widget on a panel, expanded with all the advanced controls.
Edit: Ive reuploaded the images with the expanded widget first
Ive actually been personally moving away from kubernetes for this kind of deployment and I am a big fan of using ansible to deploy containers using podman systemd units, you have a series of systemd .container files like the one below
You use ansible to write these into your /etc/containers/systemd/ folder. Example the file above gets written as /etc/containers/systemd/loki.container.
Your ansible script will then call
systemctl daemon-reload
and then you cansystemctl start loki
to finish the example