...
Create a file
authentication-internal.yml
with the following content:Code Block language yml kind: Service apiVersion: v1 metadata: name: authentication-internal spec: selector: appname: authentication type: ClusterIP ports: - protocol: TCP port: 80 targetPort: 8081
Run the command:
Code Block language powershell kubectl -n yuuvis apply -f authentication-internal.yml
...