v0.1.1 Romm - Fix Service

This commit is contained in:
alice 2023-06-26 15:49:57 +00:00
parent a75e56947a
commit 103b1d3145
2 changed files with 3 additions and 3 deletions

View File

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

View File

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