add basic helm chart
This commit is contained in:
parent
44abae3f81
commit
d6a27c221f
8 changed files with 147 additions and 0 deletions
13
helm/nodejs/templates/service.yaml
Executable file
13
helm/nodejs/templates/service.yaml
Executable file
|
@ -0,0 +1,13 @@
|
|||
kind: Service
|
||||
apiVersion: v1
|
||||
metadata:
|
||||
name: {{ .Values.name | quote }}
|
||||
annotations:
|
||||
description: Exposes and load balances the application pods
|
||||
spec:
|
||||
ports:
|
||||
- name: web
|
||||
port: 8080
|
||||
targetPort: 8080
|
||||
selector:
|
||||
name: {{ .Values.name | quote }}
|
Loading…
Add table
Add a link
Reference in a new issue