diff --git a/deployment/helm/ocelot.social/templates/deployments/deployment-backend.yaml b/deployment/helm/ocelot.social/templates/deployments/deployment-backend.yaml index 8ccdb678c..bed4e0b77 100644 --- a/deployment/helm/ocelot.social/templates/deployments/deployment-backend.yaml +++ b/deployment/helm/ocelot.social/templates/deployments/deployment-backend.yaml @@ -18,15 +18,15 @@ spec: maxUnavailable: "100%" selector: matchLabels: - human-connection.org/selector: deployment-backend + ocelot.social/selector: deployment-backend template: metadata: name: deployment-backend annotations: backup.velero.io/backup-volumes: uploads labels: - human-connection.org/commit: {{ .Values.commit }} - human-connection.org/selector: deployment-backend + ocelot.social/commit: {{ .Values.commit }} + ocelot.social/selector: deployment-backend spec: containers: - name: backend diff --git a/deployment/helm/ocelot.social/templates/deployments/deployment-mailserver.yaml b/deployment/helm/ocelot.social/templates/deployments/deployment-mailserver.yaml index ead1dff48..c0c0b70fc 100644 --- a/deployment/helm/ocelot.social/templates/deployments/deployment-mailserver.yaml +++ b/deployment/helm/ocelot.social/templates/deployments/deployment-mailserver.yaml @@ -15,11 +15,11 @@ spec: progressDeadlineSeconds: 60 selector: matchLabels: - human-connection.org/selector: deployment-mailserver + ocelot.social/selector: deployment-mailserver template: metadata: labels: - human-connection.org/selector: deployment-mailserver + ocelot.social/selector: deployment-mailserver name: mailserver spec: containers: diff --git a/deployment/helm/ocelot.social/templates/deployments/deployment-maintenance.yaml b/deployment/helm/ocelot.social/templates/deployments/deployment-maintenance.yaml index 2f773c639..2b33c1662 100644 --- a/deployment/helm/ocelot.social/templates/deployments/deployment-maintenance.yaml +++ b/deployment/helm/ocelot.social/templates/deployments/deployment-maintenance.yaml @@ -11,12 +11,12 @@ metadata: spec: selector: matchLabels: - human-connection.org/selector: deployment-maintenance + ocelot.social/selector: deployment-maintenance template: metadata: labels: - human-connection.org/commit: {{ .Values.commit }} - human-connection.org/selector: deployment-maintenance + ocelot.social/commit: {{ .Values.commit }} + ocelot.social/selector: deployment-maintenance name: maintenance spec: containers: diff --git a/deployment/helm/ocelot.social/templates/deployments/deployment-neo4j.yaml b/deployment/helm/ocelot.social/templates/deployments/deployment-neo4j.yaml index fd15c4e1c..3895bbf73 100644 --- a/deployment/helm/ocelot.social/templates/deployments/deployment-neo4j.yaml +++ b/deployment/helm/ocelot.social/templates/deployments/deployment-neo4j.yaml @@ -16,15 +16,15 @@ spec: maxUnavailable: "100%" selector: matchLabels: - human-connection.org/selector: deployment-neo4j + ocelot.social/selector: deployment-neo4j template: metadata: name: neo4j annotations: backup.velero.io/backup-volumes: neo4j-data labels: - human-connection.org/commit: {{ .Values.commit }} - human-connection.org/selector: deployment-neo4j + ocelot.social/commit: {{ .Values.commit }} + ocelot.social/selector: deployment-neo4j spec: containers: - name: neo4j diff --git a/deployment/helm/ocelot.social/templates/deployments/deployment-web.yaml b/deployment/helm/ocelot.social/templates/deployments/deployment-web.yaml index 75777172e..303a9fb43 100644 --- a/deployment/helm/ocelot.social/templates/deployments/deployment-web.yaml +++ b/deployment/helm/ocelot.social/templates/deployments/deployment-web.yaml @@ -14,13 +14,13 @@ spec: progressDeadlineSeconds: 60 selector: matchLabels: - human-connection.org/selector: deployment-webapp + ocelot.social/selector: deployment-webapp template: metadata: name: webapp labels: - human-connection.org/commit: {{ .Values.commit }} - human-connection.org/selector: deployment-webapp + ocelot.social/commit: {{ .Values.commit }} + ocelot.social/selector: deployment-webapp spec: containers: - name: webapp diff --git a/deployment/helm/ocelot.social/templates/services/service-backend.yaml b/deployment/helm/ocelot.social/templates/services/service-backend.yaml index 321d57d01..8c1cc01d3 100644 --- a/deployment/helm/ocelot.social/templates/services/service-backend.yaml +++ b/deployment/helm/ocelot.social/templates/services/service-backend.yaml @@ -14,4 +14,4 @@ spec: port: 4000 targetPort: 4000 selector: - human-connection.org/selector: deployment-backend + ocelot.social/selector: deployment-backend diff --git a/deployment/helm/ocelot.social/templates/services/service-mailserver.yaml b/deployment/helm/ocelot.social/templates/services/service-mailserver.yaml index f0164aa67..b6b098123 100644 --- a/deployment/helm/ocelot.social/templates/services/service-mailserver.yaml +++ b/deployment/helm/ocelot.social/templates/services/service-mailserver.yaml @@ -18,5 +18,5 @@ spec: port: 25 targetPort: 25 selector: - human-connection.org/selector: deployment-mailserver + ocelot.social/selector: deployment-mailserver {{- end}} diff --git a/deployment/helm/ocelot.social/templates/services/service-maintenance.yaml b/deployment/helm/ocelot.social/templates/services/service-maintenance.yaml index 3e1f1a8af..0730f8027 100644 --- a/deployment/helm/ocelot.social/templates/services/service-maintenance.yaml +++ b/deployment/helm/ocelot.social/templates/services/service-maintenance.yaml @@ -14,4 +14,4 @@ spec: port: 80 targetPort: 80 selector: - human-connection.org/selector: deployment-maintenance + ocelot.social/selector: deployment-maintenance diff --git a/deployment/helm/ocelot.social/templates/services/service-neo4j.yaml b/deployment/helm/ocelot.social/templates/services/service-neo4j.yaml index 05eabe6c0..d9f1b14a0 100644 --- a/deployment/helm/ocelot.social/templates/services/service-neo4j.yaml +++ b/deployment/helm/ocelot.social/templates/services/service-neo4j.yaml @@ -17,4 +17,4 @@ spec: port: 7474 targetPort: 7474 selector: - human-connection.org/selector: deployment-neo4j + ocelot.social/selector: deployment-neo4j diff --git a/deployment/helm/ocelot.social/templates/services/service-webapp.yaml b/deployment/helm/ocelot.social/templates/services/service-webapp.yaml index aa00d600d..c17e001ff 100644 --- a/deployment/helm/ocelot.social/templates/services/service-webapp.yaml +++ b/deployment/helm/ocelot.social/templates/services/service-webapp.yaml @@ -15,4 +15,4 @@ spec: protocol: TCP targetPort: 3000 selector: - human-connection.org/selector: deployment-webapp + ocelot.social/selector: deployment-webapp diff --git a/deployment/ocelot-social/deployment-backend.yaml b/deployment/ocelot-social/deployment-backend.yaml index 05e77fe54..eb6dd7d46 100644 --- a/deployment/ocelot-social/deployment-backend.yaml +++ b/deployment/ocelot-social/deployment-backend.yaml @@ -3,8 +3,8 @@ kind: Deployment metadata: creationTimestamp: null labels: - human-connection.org/commit: COMMIT - human-connection.org/selector: deployment-human-connection-backend + ocelot.social/commit: COMMIT + ocelot.social/selector: deployment-human-connection-backend name: backend namespace: ocelot-social spec: @@ -14,7 +14,7 @@ spec: revisionHistoryLimit: 2147483647 selector: matchLabels: - human-connection.org/selector: deployment-human-connection-backend + ocelot.social/selector: deployment-human-connection-backend strategy: rollingUpdate: maxSurge: 0 @@ -26,8 +26,8 @@ spec: backup.velero.io/backup-volumes: uploads creationTimestamp: null labels: - human-connection.org/commit: COMMIT - human-connection.org/selector: deployment-human-connection-backend + ocelot.social/commit: COMMIT + ocelot.social/selector: deployment-human-connection-backend name: backend spec: containers: diff --git a/deployment/ocelot-social/deployment-neo4j.yaml b/deployment/ocelot-social/deployment-neo4j.yaml index b98989d0a..578602ced 100644 --- a/deployment/ocelot-social/deployment-neo4j.yaml +++ b/deployment/ocelot-social/deployment-neo4j.yaml @@ -3,7 +3,7 @@ kind: Deployment metadata: creationTimestamp: null labels: - human-connection.org/selector: deployment-human-connection-neo4j + ocelot.social/selector: deployment-human-connection-neo4j name: neo4j namespace: ocelot-social spec: @@ -12,7 +12,7 @@ spec: revisionHistoryLimit: 2147483647 selector: matchLabels: - human-connection.org/selector: deployment-human-connection-neo4j + ocelot.social/selector: deployment-human-connection-neo4j strategy: rollingUpdate: maxSurge: 0 @@ -24,7 +24,7 @@ spec: backup.velero.io/backup-volumes: neo4j-data creationTimestamp: null labels: - human-connection.org/selector: deployment-human-connection-neo4j + ocelot.social/selector: deployment-human-connection-neo4j name: neo4j spec: containers: diff --git a/deployment/ocelot-social/deployment-web.yaml b/deployment/ocelot-social/deployment-web.yaml index b82c332db..01ea0e18b 100644 --- a/deployment/ocelot-social/deployment-web.yaml +++ b/deployment/ocelot-social/deployment-web.yaml @@ -3,8 +3,8 @@ kind: Deployment metadata: creationTimestamp: null labels: - human-connection.org/commit: COMMIT - human-connection.org/selector: deployment-human-connection-web + ocelot.social/commit: COMMIT + ocelot.social/selector: deployment-human-connection-web name: web namespace: ocelot-social spec: @@ -14,7 +14,7 @@ spec: revisionHistoryLimit: 2147483647 selector: matchLabels: - human-connection.org/selector: deployment-human-connection-web + ocelot.social/selector: deployment-human-connection-web strategy: rollingUpdate: maxSurge: 1 @@ -24,8 +24,8 @@ spec: metadata: creationTimestamp: null labels: - human-connection.org/commit: COMMIT - human-connection.org/selector: deployment-human-connection-web + ocelot.social/commit: COMMIT + ocelot.social/selector: deployment-human-connection-web name: web spec: containers: diff --git a/deployment/ocelot-social/mailserver/deployment-mailserver.yaml b/deployment/ocelot-social/mailserver/deployment-mailserver.yaml index e05a7ddfc..54a6a3332 100644 --- a/deployment/ocelot-social/mailserver/deployment-mailserver.yaml +++ b/deployment/ocelot-social/mailserver/deployment-mailserver.yaml @@ -3,7 +3,7 @@ kind: Deployment metadata: creationTimestamp: null labels: - human-connection.org/selector: deployment-human-connection-mailserver + ocelot.social/selector: deployment-human-connection-mailserver name: mailserver namespace: ocelot-social spec: @@ -13,7 +13,7 @@ spec: revisionHistoryLimit: 2147483647 selector: matchLabels: - human-connection.org/selector: deployment-human-connection-mailserver + ocelot.social/selector: deployment-human-connection-mailserver strategy: rollingUpdate: maxSurge: 1 @@ -23,7 +23,7 @@ spec: metadata: creationTimestamp: null labels: - human-connection.org/selector: deployment-human-connection-mailserver + ocelot.social/selector: deployment-human-connection-mailserver name: mailserver spec: containers: diff --git a/deployment/ocelot-social/mailserver/service-mailserver.yaml b/deployment/ocelot-social/mailserver/service-mailserver.yaml index 15f24004d..691e2a7bb 100644 --- a/deployment/ocelot-social/mailserver/service-mailserver.yaml +++ b/deployment/ocelot-social/mailserver/service-mailserver.yaml @@ -4,7 +4,7 @@ metadata: name: mailserver namespace: ocelot-social labels: - human-connection.org/selector: deployment-human-connection-mailserver + ocelot.social/selector: deployment-human-connection-mailserver spec: ports: - name: web @@ -14,4 +14,4 @@ spec: port: 25 targetPort: 25 selector: - human-connection.org/selector: deployment-human-connection-mailserver + ocelot.social/selector: deployment-human-connection-mailserver diff --git a/deployment/ocelot-social/maintenance/deployment-maintenance.yaml b/deployment/ocelot-social/maintenance/deployment-maintenance.yaml index f84bfc8d5..e30337a22 100644 --- a/deployment/ocelot-social/maintenance/deployment-maintenance.yaml +++ b/deployment/ocelot-social/maintenance/deployment-maintenance.yaml @@ -6,12 +6,12 @@ metadata: spec: selector: matchLabels: - human-connection.org/selector: deployment-human-connection-maintenance + ocelot.social/selector: deployment-human-connection-maintenance template: metadata: labels: - human-connection.org/commit: COMMIT - human-connection.org/selector: deployment-human-connection-maintenance + ocelot.social/commit: COMMIT + ocelot.social/selector: deployment-human-connection-maintenance name: maintenance spec: containers: diff --git a/deployment/ocelot-social/maintenance/service-maintenance.yaml b/deployment/ocelot-social/maintenance/service-maintenance.yaml index fcf9dbf7a..b35b3c39b 100644 --- a/deployment/ocelot-social/maintenance/service-maintenance.yaml +++ b/deployment/ocelot-social/maintenance/service-maintenance.yaml @@ -4,11 +4,11 @@ metadata: name: maintenance namespace: ocelot-social labels: - human-connection.org/selector: deployment-human-connection-maintenance + ocelot.social/selector: deployment-human-connection-maintenance spec: ports: - name: web port: 80 targetPort: 80 selector: - human-connection.org/selector: deployment-human-connection-maintenance + ocelot.social/selector: deployment-human-connection-maintenance diff --git a/deployment/ocelot-social/service-backend.yaml b/deployment/ocelot-social/service-backend.yaml index 42f10cbe5..bb1e5488e 100644 --- a/deployment/ocelot-social/service-backend.yaml +++ b/deployment/ocelot-social/service-backend.yaml @@ -4,11 +4,11 @@ metadata: name: backend namespace: ocelot-social labels: - human-connection.org/selector: deployment-human-connection-backend + ocelot.social/selector: deployment-human-connection-backend spec: ports: - name: web port: 4000 targetPort: 4000 selector: - human-connection.org/selector: deployment-human-connection-backend + ocelot.social/selector: deployment-human-connection-backend diff --git a/deployment/ocelot-social/service-neo4j.yaml b/deployment/ocelot-social/service-neo4j.yaml index 0865c6324..33ab84588 100644 --- a/deployment/ocelot-social/service-neo4j.yaml +++ b/deployment/ocelot-social/service-neo4j.yaml @@ -4,7 +4,7 @@ metadata: name: neo4j namespace: ocelot-social labels: - human-connection.org/selector: deployment-human-connection-neo4j + ocelot.social/selector: deployment-human-connection-neo4j spec: ports: - name: bolt @@ -14,4 +14,4 @@ spec: port: 7474 targetPort: 7474 selector: - human-connection.org/selector: deployment-human-connection-neo4j + ocelot.social/selector: deployment-human-connection-neo4j diff --git a/deployment/ocelot-social/service-web.yaml b/deployment/ocelot-social/service-web.yaml index 70f15df83..b78cca570 100644 --- a/deployment/ocelot-social/service-web.yaml +++ b/deployment/ocelot-social/service-web.yaml @@ -4,11 +4,11 @@ metadata: name: web namespace: ocelot-social labels: - human-connection.org/selector: deployment-human-connection-web + ocelot.social/selector: deployment-human-connection-web spec: ports: - name: web port: 3000 targetPort: 3000 selector: - human-connection.org/selector: deployment-human-connection-web + ocelot.social/selector: deployment-human-connection-web diff --git a/scripts/patches/patch-deployment.yaml b/scripts/patches/patch-deployment.yaml index c229b8e7c..7c46eb8b0 100644 --- a/scripts/patches/patch-deployment.yaml +++ b/scripts/patches/patch-deployment.yaml @@ -2,4 +2,4 @@ spec: template: metadata: labels: - human-connection.org/commit: + ocelot.social/commit: