Homebox Service selectors
All checks were successful
checks / check and test (pull_request) Successful in 29s

This commit is contained in:
alice 2023-06-26 13:54:58 +00:00
parent 6941f0d019
commit 7bcc4aa117
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
apiVersion: v2 apiVersion: v2
name: homebox name: homebox
# This is the chart version. # This is the chart version.
version: 0.1.5 version: 0.1.6
# A SemVer range of compatible Kubernetes versions (optional) # A SemVer range of compatible Kubernetes versions (optional)
# kubeVersion: ">=1.16.0-0" # kubeVersion: ">=1.16.0-0"
# What is this Application? # What is this Application?

View File

@ -4,9 +4,9 @@ metadata:
name: {{ .Release.Name }} name: {{ .Release.Name }}
namespace: {{ .Values.namespace }} namespace: {{ .Values.namespace }}
labels: labels:
app: {{ .Release.Name }} {{- include "homebox.labels" . | nindent 4 }}
spec: spec:
ports: ports:
- port: 7745 - port: 7745
selector: selector:
app: {{ .Release.Name }} {{- include "homebox.selectorLabels" . | nindent 4 }}