...
Page Properties | ||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||
Resources & Remarks Modification History
|
...
Excerpt |
---|
When updating your yuuvis® Momentum installation to version 2021 Autumn, manual configuration changes are required for some services. |
Please also pay attention to the Breaking Changes.
Section | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
|
Core
Cross-Tenant Service Accounts
...
Create a file
authentication-internal.yml
with the following content:Code Block language yml kindapiVersion: Servicev1 apiVersionkind: v1Service metadata: namelabels: authentication-internal spec: selectorapp: yuuvis appname: authentication-internal typename: ClusterIPauthentication-internal spec: ports: - protocolname: TCP"80" port: 80 targetPort: 8081 selector: name: authentication type: ClusterIP
Run the command:
Code Block language powershell kubectl -n yuuvis apply -f authentication-internal.yml
...