diff --git a/helm/templates/static-deployment.yaml b/helm/templates/static-deployment.yaml index 8e9b1e331..2f483e881 100644 --- a/helm/templates/static-deployment.yaml +++ b/helm/templates/static-deployment.yaml @@ -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 diff --git a/helm/templates/static-service.yaml b/helm/templates/static-service.yaml index c8b717429..76c1d5b91 100644 --- a/helm/templates/static-service.yaml +++ b/helm/templates/static-service.yaml @@ -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 diff --git a/helm/templates/static-sm.yaml b/helm/templates/static-sm.yaml index 030dfe178..33f37b794 100644 --- a/helm/templates/static-sm.yaml +++ b/helm/templates/static-sm.yaml @@ -13,5 +13,5 @@ spec: - port: http selector: matchLabels: - k8s.passbook.io/component: static + k8s.passbook.beryju.org/component: static {{- end }} diff --git a/helm/templates/web-deployment.yaml b/helm/templates/web-deployment.yaml index a6be38efa..9a36d5c30 100644 --- a/helm/templates/web-deployment.yaml +++ b/helm/templates/web-deployment.yaml @@ -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 diff --git a/helm/templates/web-service.yaml b/helm/templates/web-service.yaml index 44d4754cf..6e35bf9e8 100644 --- a/helm/templates/web-service.yaml +++ b/helm/templates/web-service.yaml @@ -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 diff --git a/helm/templates/web-sm.yaml b/helm/templates/web-sm.yaml index d1cf2a5df..287769718 100644 --- a/helm/templates/web-sm.yaml +++ b/helm/templates/web-sm.yaml @@ -22,5 +22,5 @@ spec: interval: 10s selector: matchLabels: - k8s.passbook.io/component: web + k8s.passbook.beryju.org/component: web {{- end }} diff --git a/helm/templates/worker-deployment.yaml b/helm/templates/worker-deployment.yaml index a3c8c1435..8ff9c7dc5 100644 --- a/helm/templates/worker-deployment.yaml +++ b/helm/templates/worker-deployment.yaml @@ -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 }}