This commit is contained in:
10
nhncloud/manifests/svc.yaml
Normal file
10
nhncloud/manifests/svc.yaml
Normal file
@ -0,0 +1,10 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: test-svc
|
||||
spec:
|
||||
selector:
|
||||
app: nginx
|
||||
ports:
|
||||
- protocol: TCP
|
||||
port: 80
|
Reference in New Issue
Block a user