Compare commits
No commits in common. "04c463aff6b9624a74aed4de83e919b43814d8df" and "3e15878edc68a44d9cab0378e6bf8fef3b27607d" have entirely different histories.
04c463aff6
...
3e15878edc
@ -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.6
|
version: 0.1.5
|
||||||
# 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?
|
||||||
|
@ -4,9 +4,9 @@ metadata:
|
|||||||
name: {{ .Release.Name }}
|
name: {{ .Release.Name }}
|
||||||
namespace: {{ .Values.namespace }}
|
namespace: {{ .Values.namespace }}
|
||||||
labels:
|
labels:
|
||||||
{{- include "homebox.labels" . | nindent 4 }}
|
app: {{ .Release.Name }}
|
||||||
spec:
|
spec:
|
||||||
ports:
|
ports:
|
||||||
- port: 7745
|
- port: 7745
|
||||||
selector:
|
selector:
|
||||||
{{- include "homebox.selectorLabels" . | nindent 4 }}
|
app: {{ .Release.Name }}
|
Loading…
Reference in New Issue
Block a user