training
This commit is contained in:
11
training/np/3-service.yaml
Normal file
11
training/np/3-service.yaml
Normal file
@ -0,0 +1,11 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: web
|
||||
namespace: isolated
|
||||
spec:
|
||||
selector:
|
||||
app: http
|
||||
ports:
|
||||
- port: 80
|
||||
targetPort: 80
|
||||
Reference in New Issue
Block a user