...
Page Properties | ||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||
Resources & Remarks Modification History
|
...
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 name: 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
...