This commit is contained in:
12
manifests/02-services/hw-service.yaml
Normal file
12
manifests/02-services/hw-service.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: hw-service
|
||||
namespace: vdk2ch
|
||||
spec:
|
||||
selector:
|
||||
app.kubernetes.io/name: helloworld
|
||||
ports:
|
||||
- protocol: TCP
|
||||
port: 80
|
||||
targetPort: 9376
|
||||
Reference in New Issue
Block a user