Add reuse service landing page
This commit is contained in:
parent
b76cdb53a8
commit
b859530fcf
14 changed files with 589 additions and 12 deletions
18
charts/reuse-surface/templates/landing-service.yaml
Normal file
18
charts/reuse-surface/templates/landing-service.yaml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{{- if .Values.landing.enabled }}
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: {{ include "reuse.landingFullname" . }}
|
||||
labels:
|
||||
{{- include "reuse.labels" . | nindent 4 }}
|
||||
app.kubernetes.io/component: landing
|
||||
spec:
|
||||
type: ClusterIP
|
||||
selector:
|
||||
{{- include "reuse.landingSelectorLabels" . | nindent 4 }}
|
||||
ports:
|
||||
- name: http
|
||||
port: {{ .Values.landing.service.port }}
|
||||
targetPort: http
|
||||
protocol: TCP
|
||||
{{- end }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue