Replace deployment label names and selector names

This commit is contained in:
Wolfgang Huß 2020-12-08 10:01:03 +01:00
parent fe6f052ded
commit d23797e83b
10 changed files with 24 additions and 24 deletions

View File

@ -4,7 +4,7 @@ metadata:
creationTimestamp: null
labels:
ocelot.social/commit: COMMIT
ocelot.social/selector: deployment-human-connection-backend
ocelot.social/selector: deployment-ocelot-social-backend
name: backend
namespace: ocelot-social
spec:
@ -14,7 +14,7 @@ spec:
revisionHistoryLimit: 2147483647
selector:
matchLabels:
ocelot.social/selector: deployment-human-connection-backend
ocelot.social/selector: deployment-ocelot-social-backend
strategy:
rollingUpdate:
maxSurge: 0
@ -27,7 +27,7 @@ spec:
creationTimestamp: null
labels:
ocelot.social/commit: COMMIT
ocelot.social/selector: deployment-human-connection-backend
ocelot.social/selector: deployment-ocelot-social-backend
name: backend
spec:
containers:

View File

@ -3,7 +3,7 @@ kind: Deployment
metadata:
creationTimestamp: null
labels:
ocelot.social/selector: deployment-human-connection-neo4j
ocelot.social/selector: deployment-ocelot-social-neo4j
name: neo4j
namespace: ocelot-social
spec:
@ -12,7 +12,7 @@ spec:
revisionHistoryLimit: 2147483647
selector:
matchLabels:
ocelot.social/selector: deployment-human-connection-neo4j
ocelot.social/selector: deployment-ocelot-social-neo4j
strategy:
rollingUpdate:
maxSurge: 0
@ -24,7 +24,7 @@ spec:
backup.velero.io/backup-volumes: neo4j-data
creationTimestamp: null
labels:
ocelot.social/selector: deployment-human-connection-neo4j
ocelot.social/selector: deployment-ocelot-social-neo4j
name: neo4j
spec:
containers:

View File

@ -4,7 +4,7 @@ metadata:
creationTimestamp: null
labels:
ocelot.social/commit: COMMIT
ocelot.social/selector: deployment-human-connection-web
ocelot.social/selector: deployment-ocelot-social-webapp
name: web
namespace: ocelot-social
spec:
@ -14,7 +14,7 @@ spec:
revisionHistoryLimit: 2147483647
selector:
matchLabels:
ocelot.social/selector: deployment-human-connection-web
ocelot.social/selector: deployment-ocelot-social-webapp
strategy:
rollingUpdate:
maxSurge: 1
@ -25,7 +25,7 @@ spec:
creationTimestamp: null
labels:
ocelot.social/commit: COMMIT
ocelot.social/selector: deployment-human-connection-web
ocelot.social/selector: deployment-ocelot-social-webapp
name: web
spec:
containers:

View File

@ -3,7 +3,7 @@ kind: Deployment
metadata:
creationTimestamp: null
labels:
ocelot.social/selector: deployment-human-connection-mailserver
ocelot.social/selector: deployment-ocelot-social-mailserver
name: mailserver
namespace: ocelot-social
spec:
@ -13,7 +13,7 @@ spec:
revisionHistoryLimit: 2147483647
selector:
matchLabels:
ocelot.social/selector: deployment-human-connection-mailserver
ocelot.social/selector: deployment-ocelot-social-mailserver
strategy:
rollingUpdate:
maxSurge: 1
@ -23,7 +23,7 @@ spec:
metadata:
creationTimestamp: null
labels:
ocelot.social/selector: deployment-human-connection-mailserver
ocelot.social/selector: deployment-ocelot-social-mailserver
name: mailserver
spec:
containers:

View File

@ -4,7 +4,7 @@ metadata:
name: mailserver
namespace: ocelot-social
labels:
ocelot.social/selector: deployment-human-connection-mailserver
ocelot.social/selector: deployment-ocelot-social-mailserver
spec:
ports:
- name: web
@ -14,4 +14,4 @@ spec:
port: 25
targetPort: 25
selector:
ocelot.social/selector: deployment-human-connection-mailserver
ocelot.social/selector: deployment-ocelot-social-mailserver

View File

@ -6,12 +6,12 @@ metadata:
spec:
selector:
matchLabels:
ocelot.social/selector: deployment-human-connection-maintenance
ocelot.social/selector: deployment-ocelot-social-maintenance
template:
metadata:
labels:
ocelot.social/commit: COMMIT
ocelot.social/selector: deployment-human-connection-maintenance
ocelot.social/selector: deployment-ocelot-social-maintenance
name: maintenance
spec:
containers:

View File

@ -4,11 +4,11 @@ metadata:
name: maintenance
namespace: ocelot-social
labels:
ocelot.social/selector: deployment-human-connection-maintenance
ocelot.social/selector: deployment-ocelot-social-maintenance
spec:
ports:
- name: web
port: 80
targetPort: 80
selector:
ocelot.social/selector: deployment-human-connection-maintenance
ocelot.social/selector: deployment-ocelot-social-maintenance

View File

@ -4,11 +4,11 @@ metadata:
name: backend
namespace: ocelot-social
labels:
ocelot.social/selector: deployment-human-connection-backend
ocelot.social/selector: deployment-ocelot-social-backend
spec:
ports:
- name: web
port: 4000
targetPort: 4000
selector:
ocelot.social/selector: deployment-human-connection-backend
ocelot.social/selector: deployment-ocelot-social-backend

View File

@ -4,7 +4,7 @@ metadata:
name: neo4j
namespace: ocelot-social
labels:
ocelot.social/selector: deployment-human-connection-neo4j
ocelot.social/selector: deployment-ocelot-social-neo4j
spec:
ports:
- name: bolt
@ -14,4 +14,4 @@ spec:
port: 7474
targetPort: 7474
selector:
ocelot.social/selector: deployment-human-connection-neo4j
ocelot.social/selector: deployment-ocelot-social-neo4j

View File

@ -4,11 +4,11 @@ metadata:
name: web
namespace: ocelot-social
labels:
ocelot.social/selector: deployment-human-connection-web
ocelot.social/selector: deployment-ocelot-social-webapp
spec:
ports:
- name: web
port: 3000
targetPort: 3000
selector:
ocelot.social/selector: deployment-human-connection-web
ocelot.social/selector: deployment-ocelot-social-webapp