forked from coo-ops.space/helm-charts
Homebox Service selectors
This commit is contained in:
parent
6941f0d019
commit
7bcc4aa117
@ -1,7 +1,7 @@
|
||||
apiVersion: v2
|
||||
name: homebox
|
||||
# This is the chart version.
|
||||
version: 0.1.5
|
||||
version: 0.1.6
|
||||
# A SemVer range of compatible Kubernetes versions (optional)
|
||||
# kubeVersion: ">=1.16.0-0"
|
||||
# What is this Application?
|
||||
|
@ -4,9 +4,9 @@ metadata:
|
||||
name: {{ .Release.Name }}
|
||||
namespace: {{ .Values.namespace }}
|
||||
labels:
|
||||
app: {{ .Release.Name }}
|
||||
{{- include "homebox.labels" . | nindent 4 }}
|
||||
spec:
|
||||
ports:
|
||||
- port: 7745
|
||||
selector:
|
||||
app: {{ .Release.Name }}
|
||||
{{- include "homebox.selectorLabels" . | nindent 4 }}
|
Loading…
Reference in New Issue
Block a user