You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| service.nodePorts | Node port for the Backstage client connections Choose port between `30000-32767`| object |`{"backend":""}`|
164
-
| service.ports | Backstage svc port for client connections | object |`{"backend":7007,"targetPort":"backend"}`|
164
+
| service.ports | Backstage svc port for client connections | object |`{"backend":7007,"name":"http-backend","targetPort":"backend"}`|
165
+
| service.ports.name | Backstage svc port name | string |`"http-backend"`|
165
166
| service.ports.targetPort | Backstage svc target port referencing receiving pod container port | string |`"backend"`|
166
167
| service.sessionAffinity | Control where client requests go, to the same pod or round-robin (values: `ClientIP` or `None`) <br /> Ref: https://kubernetes.io/docs/user-guide/services/| string |`"None"`|
167
168
| service.type | Kubernetes Service type | string |`"ClusterIP"`|
0 commit comments