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.
18 lines
347 B
YAML
18 lines
347 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: connections
|
|
namespace: connections
|
|
labels:
|
|
app.kubernetes.io/name: connections
|
|
app.kubernetes.io/component: messaging-gateway
|
|
spec:
|
|
type: ClusterIP
|
|
ports:
|
|
- port: 8080
|
|
targetPort: 8080
|
|
protocol: TCP
|
|
name: http
|
|
selector:
|
|
app.kubernetes.io/name: signal-cli-rest-api
|