helm: fix invalid domain

This commit is contained in:
Jens Langhammer 2020-08-25 17:45:03 +02:00
parent 885f8bae9f
commit 983bbb622d
7 changed files with 15 additions and 15 deletions

View File

@ -7,19 +7,19 @@ metadata:
helm.sh/chart: {{ include "passbook.chart" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
k8s.passbook.io/component: static
k8s.passbook.beryju.org/component: static
spec:
selector:
matchLabels:
app.kubernetes.io/name: {{ include "passbook.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
k8s.passbook.io/component: static
k8s.passbook.beryju.org/component: static
template:
metadata:
labels:
app.kubernetes.io/name: {{ include "passbook.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
k8s.passbook.io/component: static
k8s.passbook.beryju.org/component: static
spec:
containers:
- name: {{ .Chart.Name }}-static

View File

@ -7,7 +7,7 @@ metadata:
helm.sh/chart: {{ include "passbook.chart" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
k8s.passbook.io/component: static
k8s.passbook.beryju.org/component: static
spec:
type: ClusterIP
ports:
@ -18,4 +18,4 @@ spec:
selector:
app.kubernetes.io/name: {{ include "passbook.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
k8s.passbook.io/component: static
k8s.passbook.beryju.org/component: static

View File

@ -13,5 +13,5 @@ spec:
- port: http
selector:
matchLabels:
k8s.passbook.io/component: static
k8s.passbook.beryju.org/component: static
{{- end }}

View File

@ -7,20 +7,20 @@ metadata:
helm.sh/chart: {{ include "passbook.chart" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
k8s.passbook.io/component: web
k8s.passbook.beryju.org/component: web
spec:
replicas: 2
selector:
matchLabels:
app.kubernetes.io/name: {{ include "passbook.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
k8s.passbook.io/component: web
k8s.passbook.beryju.org/component: web
template:
metadata:
labels:
app.kubernetes.io/name: {{ include "passbook.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
k8s.passbook.io/component: web
k8s.passbook.beryju.org/component: web
spec:
initContainers:
- name: passbook-database-migrations

View File

@ -7,7 +7,7 @@ metadata:
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
helm.sh/chart: {{ include "passbook.chart" . }}
k8s.passbook.io/component: web
k8s.passbook.beryju.org/component: web
spec:
type: ClusterIP
ports:
@ -18,4 +18,4 @@ spec:
selector:
app.kubernetes.io/name: {{ include "passbook.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
k8s.passbook.io/component: web
k8s.passbook.beryju.org/component: web

View File

@ -22,5 +22,5 @@ spec:
interval: 10s
selector:
matchLabels:
k8s.passbook.io/component: web
k8s.passbook.beryju.org/component: web
{{- end }}

View File

@ -7,20 +7,20 @@ metadata:
helm.sh/chart: {{ include "passbook.chart" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
k8s.passbook.io/component: worker
k8s.passbook.beryju.org/component: worker
spec:
replicas: 1
selector:
matchLabels:
app.kubernetes.io/name: {{ include "passbook.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
k8s.passbook.io/component: worker
k8s.passbook.beryju.org/component: worker
template:
metadata:
labels:
app.kubernetes.io/name: {{ include "passbook.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
k8s.passbook.io/component: worker
k8s.passbook.beryju.org/component: worker
spec:
containers:
- name: {{ .Chart.Name }}