Answer a services related question (#371)

This commit is contained in:
MohamedHaroon98 2023-04-06 21:10:39 +02:00 committed by GitHub
parent 2b6543ef52
commit 02dbd73bef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -304,6 +304,8 @@ Note: create an alias (`alias k=kubectl`) and get used to `k get no`
<details>
<summary>Create an internal service called "sevi" to expose the app 'web' on port 1991</summary><br><b>
`kubectl expose pod web --port=1991 --name=sevi`
</b></details>
<details>