This will require a sister-PR in osparc-config/e2e-ops for an e2e test before it is merged. is linked below
Bonus:
Adds basicath for adminer. Might actually not be desirable, I can remove it as well.
Potential improvements are:
Can the portainer login/password (which is currently manually created during first login) be managed in helmfile gotmpl files, taking the env-vars PORTAINER_USER and PORTAINER_PASSWORD from repo.config.template? This seems not immedeatly possible, see discussions in https://github.com/portainer/k8s/pull/72 and https://github.com/portainer/k8s/pull/71
We duplicate the strip regex traefik middleware. Can this be avoided?
What do these changes do?
Adds k8s portainer to k8s.
This will require a sister-PR in osparc-config/e2e-ops for an e2e test before it is merged.is linked belowBonus:
Potential improvements are:
Can the portainer login/password (which is currently manually created during first login) be managed in helmfile gotmpl files, taking the env-vars
PORTAINER_USER
andPORTAINER_PASSWORD
fromrepo.config.template
? This seems not immedeatly possible, see discussions in https://github.com/portainer/k8s/pull/72 and https://github.com/portainer/k8s/pull/71We duplicate the strip regex traefik middleware. Can this be avoided?
Related issue/s
https://github.com/ITISFoundation/osparc-ops-environments/issues/819
Related PR/s
https://git.speag.com/oSparc/osparc-ops-deployment-configuration/-/merge_requests/1017
Checklist
[x] I tested and it works