Commit 216962c
committed
Shorten traefik config placeholder svc name
The name is service name is too long and causes >64 len char issue when
deploying in prod. This fixes the problem by using a short name
Related PR/s
* original introduction of this servicehttps://github.com//pull/7899
* corresponding ops changes ITISFoundation/osparc-ops-environments#11771 parent ba45277 commit 216962c
File tree
2 files changed
+2
-2
lines changed- packages/pytest-simcore/src/pytest_simcore
- services
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1530 | 1530 | | |
1531 | 1531 | | |
1532 | 1532 | | |
1533 | | - | |
| 1533 | + | |
1534 | 1534 | | |
1535 | 1535 | | |
1536 | 1536 | | |
| |||
0 commit comments