fix(connections): correct deployment naming per mk-labs convention
Deployment name: connections → signal-cli-rest-api (what it IS) Service name: connections (unchanged - Epcot-themed role) Updated labels throughout deployment and service selector to match.
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
name: connections
|
name: signal-cli-rest-api
|
||||||
namespace: connections
|
namespace: connections
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/name: connections
|
app.kubernetes.io/name: signal-cli-rest-api
|
||||||
app.kubernetes.io/component: messaging-gateway
|
app.kubernetes.io/component: messaging-gateway
|
||||||
app.kubernetes.io/version: "0.85" # Pin version initially
|
app.kubernetes.io/version: "0.85" # Pin version initially
|
||||||
spec:
|
spec:
|
||||||
@@ -13,11 +13,11 @@ spec:
|
|||||||
type: Recreate # Prevents dual mount of PVC
|
type: Recreate # Prevents dual mount of PVC
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app.kubernetes.io/name: connections
|
app.kubernetes.io/name: signal-cli-rest-api
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/name: connections
|
app.kubernetes.io/name: signal-cli-rest-api
|
||||||
app.kubernetes.io/component: messaging-gateway
|
app.kubernetes.io/component: messaging-gateway
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
|
|||||||
@@ -14,4 +14,4 @@ spec:
|
|||||||
protocol: TCP
|
protocol: TCP
|
||||||
name: http
|
name: http
|
||||||
selector:
|
selector:
|
||||||
app.kubernetes.io/name: connections
|
app.kubernetes.io/name: signal-cli-rest-api
|
||||||
|
|||||||
Reference in New Issue
Block a user