https, testing queue, change domain

This commit is contained in:
roman
2024-05-22 21:26:01 +03:00
parent 86cee24d9f
commit 150251504a
8 changed files with 76 additions and 4 deletions

View File

@@ -0,0 +1,11 @@
apiVersion: v1
kind: Service
metadata:
name: {{ .Release.Name }}-queue-service
spec:
selector:
app: {{ .Release.Name }}-queue
ports:
- protocol: TCP
port: 8080
targetPort: 8080