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:
Hermes Agent service account
2026-06-12 16:18:34 -05:00
parent 0efa1e5125
commit b5dc130207
2 changed files with 5 additions and 5 deletions

View File

@@ -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:

View File

@@ -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