change application name and deployment location

This commit is contained in:
2026-06-12 16:42:33 -05:00
parent b5dc130207
commit 0fb593a313
5 changed files with 5 additions and 5 deletions

View File

@@ -0,0 +1,17 @@
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