Skip to content
Snippets Groups Projects
Commit e7d1260e authored by Fotis Soldatos's avatar Fotis Soldatos
Browse files

chore(automation): update gRPC port name to grpc

parent 2af19f14
No related branches found
No related tags found
1 merge request!54Release 2.0.0
...@@ -53,7 +53,7 @@ quarkus: ...@@ -53,7 +53,7 @@ quarkus:
http: http:
host-port: 8080 host-port: 8080
container-port: 8080 container-port: 8080
grpc-server: grpc:
host-port: 5050 host-port: 5050
container-port: 5050 container-port: 5050
env: env:
......
...@@ -3,20 +3,20 @@ apiVersion: v1 ...@@ -3,20 +3,20 @@ apiVersion: v1
kind: Service kind: Service
metadata: metadata:
annotations: annotations:
app.quarkus.io/commit-id: 665bca2f1245843e8c99eaa1a2c5315a6c002417 app.quarkus.io/commit-id: cfe69c57feb1d488c2dda620021e3c62d67fc3d3
app.quarkus.io/build-timestamp: 2022-07-13 - 10:46:17 +0000 app.quarkus.io/build-timestamp: 2022-07-14 - 07:57:09 +0000
labels: labels:
app.kubernetes.io/name: automationservice app.kubernetes.io/name: automationservice
app: automationservice app: automationservice
name: automationservice name: automationservice
spec: spec:
ports: ports:
- name: grpc-server
port: 5050
targetPort: 5050
- name: http - name: http
port: 8080 port: 8080
targetPort: 8080 targetPort: 8080
- name: grpc
port: 5050
targetPort: 5050
selector: selector:
app.kubernetes.io/name: automationservice app.kubernetes.io/name: automationservice
type: ClusterIP type: ClusterIP
...@@ -25,8 +25,8 @@ apiVersion: apps/v1 ...@@ -25,8 +25,8 @@ apiVersion: apps/v1
kind: Deployment kind: Deployment
metadata: metadata:
annotations: annotations:
app.quarkus.io/commit-id: 665bca2f1245843e8c99eaa1a2c5315a6c002417 app.quarkus.io/commit-id: cfe69c57feb1d488c2dda620021e3c62d67fc3d3
app.quarkus.io/build-timestamp: 2022-07-13 - 10:46:17 +0000 app.quarkus.io/build-timestamp: 2022-07-14 - 07:57:09 +0000
labels: labels:
app: automationservice app: automationservice
app.kubernetes.io/name: automationservice app.kubernetes.io/name: automationservice
...@@ -39,8 +39,8 @@ spec: ...@@ -39,8 +39,8 @@ spec:
template: template:
metadata: metadata:
annotations: annotations:
app.quarkus.io/commit-id: 665bca2f1245843e8c99eaa1a2c5315a6c002417 app.quarkus.io/commit-id: cfe69c57feb1d488c2dda620021e3c62d67fc3d3
app.quarkus.io/build-timestamp: 2022-07-13 - 10:46:17 +0000 app.quarkus.io/build-timestamp: 2022-07-14 - 07:57:09 +0000
labels: labels:
app: automationservice app: automationservice
app.kubernetes.io/name: automationservice app.kubernetes.io/name: automationservice
...@@ -69,12 +69,12 @@ spec: ...@@ -69,12 +69,12 @@ spec:
timeoutSeconds: 10 timeoutSeconds: 10
name: automationservice name: automationservice
ports: ports:
- containerPort: 5050
name: grpc-server
protocol: TCP
- containerPort: 8080 - containerPort: 8080
name: http name: http
protocol: TCP protocol: TCP
- containerPort: 5050
name: grpc
protocol: TCP
readinessProbe: readinessProbe:
failureThreshold: 3 failureThreshold: 3
httpGet: httpGet:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment