feat(inter-hub): add Railiance app chart handoff
This commit is contained in:
parent
2b46f85c55
commit
1bd852d177
10 changed files with 270 additions and 1 deletions
13
charts/inter-hub/templates/service.yaml
Normal file
13
charts/inter-hub/templates/service.yaml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: {{ include "interhub.fullname" . }}
|
||||
labels: {{- include "interhub.labels" . | nindent 4 }}
|
||||
spec:
|
||||
type: {{ .Values.service.type }}
|
||||
ports:
|
||||
- port: {{ .Values.service.port }}
|
||||
targetPort: {{ .Values.service.targetPort }}
|
||||
protocol: TCP
|
||||
name: http
|
||||
selector: {{- include "interhub.selectorLabels" . | nindent 4 }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue