v0.1.1 Romm - Fix Service #14

Merged
alice merged 2 commits from alice/helm-charts:main into main 2023-06-26 15:51:22 +00:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 103b1d3145 - Show all commits

View File

@ -1,7 +1,7 @@
apiVersion: v2 apiVersion: v2
name: romm name: romm
# This is the chart version. # This is the chart version.
version: 0.1.0 version: 0.1.1
# 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 "romm.labels" . | nindent 4 }}
spec: spec:
ports: ports:
- port: 80 - port: 80
selector: selector:
app: {{ .Release.Name }} {{- include "romm.selectorLabels" . | nindent 4 }}