v0.1.1 Romm - Fix Service
All checks were successful
checks / check and test (pull_request) Successful in 28s

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 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 }}