add: helm files
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: neg-demo-svc # Name of Service
|
||||
spec: # Service's specification
|
||||
type: NodePort
|
||||
selector:
|
||||
run: neg-demo-app # Selects Pods labelled run: neg-demo-app
|
||||
ports:
|
||||
- name: http
|
||||
port: 80 # Service's port
|
||||
protocol: TCP
|
||||
targetPort: 9376
|
||||
nodePort: 30000
|
||||
Reference in New Issue
Block a user