mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-06 13:14:24 +08:00
adding helm charts
This commit is contained in:
parent
73e4090cae
commit
643fbfacfa
2 changed files with 0 additions and 32 deletions
|
@ -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 }}
|
|
@ -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 }}
|
Loading…
Add table
Reference in a new issue