adding helm charts

This commit is contained in:
afeiszli 2021-10-14 08:50:20 -04:00
parent 73e4090cae
commit 643fbfacfa
2 changed files with 0 additions and 32 deletions

View file

@ -1,16 +0,0 @@
apiVersion: v1
kind: Service
metadata:
labels:
{{- include "netmaker.labels" . | nindent 4 }}
name: {{ include "netmaker.fullname" . }}-grpc
spec:
ports:
- name: grpc
port: {{ .Values.service.grpcPort }}
protocol: TCP
targetPort: {{ .Values.service.grpcPort }}
selector:
{{- include "netmaker.selectorLabels" . | nindent 4 }}
sessionAffinity: None
type: {{ .Values.service.type }}

View file

@ -1,16 +0,0 @@
apiVersion: v1
kind: Service
metadata:
labels:
{{- include "netmaker.labels" . | nindent 4 }}
name: {{ include "netmaker.fullname" . }}-rest
spec:
ports:
- name: rest
port: {{ .Values.service.apiPort }}
protocol: TCP
targetPort: {{ .Values.service.apiPort }}
selector:
{{- include "netmaker.selectorLabels" . | nindent 4 }}
sessionAffinity: None
type: {{ .Values.service.type }}