Add reuse service landing page
This commit is contained in:
parent
b76cdb53a8
commit
b859530fcf
14 changed files with 589 additions and 12 deletions
|
|
@ -5,9 +5,11 @@ metadata:
|
|||
labels: {{- include "reuse.labels" . | nindent 4 }}
|
||||
spec:
|
||||
type: {{ .Values.service.type }}
|
||||
selector: {{- include "reuse.selectorLabels" . | nindent 4 }}
|
||||
selector:
|
||||
{{- include "reuse.selectorLabels" . | nindent 4 }}
|
||||
app.kubernetes.io/component: api
|
||||
ports:
|
||||
- name: http
|
||||
port: {{ .Values.service.port }}
|
||||
targetPort: http
|
||||
protocol: TCP
|
||||
protocol: TCP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue