add: helm files

This commit is contained in:
Charles
2025-03-19 22:03:44 -07:00
parent fd01e01f1e
commit 2d05c2cedc
8 changed files with 1027 additions and 1 deletions
+14
View File
@@ -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