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

fix(automation): remoce grpc-server port from K8s manifest

parent 98bc3962
No related branches found
No related tags found
1 merge request!54Release 2.0.0
......@@ -3,21 +3,18 @@ apiVersion: v1
kind: Service
metadata:
annotations:
app.quarkus.io/commit-id: 74773b80b7b73352a520b5053826ea2cf3b54770
app.quarkus.io/build-timestamp: 2022-07-19 - 10:14:45 +0000
app.quarkus.io/commit-id: 98bc3962955ae34dff1e172ee3c74c8338690b7a
app.quarkus.io/build-timestamp: 2022-07-21 - 10:48:30 +0000
labels:
app.kubernetes.io/name: automationservice
app: automationservice
name: automationservice
spec:
ports:
- name: grpc
port: 5050
targetPort: 5050
- name: http
port: 8080
targetPort: 8080
- name: grpc-server
- name: grpc
port: 5050
targetPort: 5050
selector:
......@@ -28,8 +25,8 @@ apiVersion: apps/v1
kind: Deployment
metadata:
annotations:
app.quarkus.io/commit-id: 74773b80b7b73352a520b5053826ea2cf3b54770
app.quarkus.io/build-timestamp: 2022-07-19 - 10:14:45 +0000
app.quarkus.io/commit-id: 98bc3962955ae34dff1e172ee3c74c8338690b7a
app.quarkus.io/build-timestamp: 2022-07-21 - 10:48:30 +0000
labels:
app: automationservice
app.kubernetes.io/name: automationservice
......@@ -42,8 +39,8 @@ spec:
template:
metadata:
annotations:
app.quarkus.io/commit-id: 74773b80b7b73352a520b5053826ea2cf3b54770
app.quarkus.io/build-timestamp: 2022-07-19 - 10:14:45 +0000
app.quarkus.io/commit-id: 98bc3962955ae34dff1e172ee3c74c8338690b7a
app.quarkus.io/build-timestamp: 2022-07-21 - 10:48:30 +0000
labels:
app: automationservice
app.kubernetes.io/name: automationservice
......@@ -72,14 +69,11 @@ spec:
timeoutSeconds: 10
name: automationservice
ports:
- containerPort: 5050
name: grpc
protocol: TCP
- containerPort: 8080
name: http
protocol: TCP
- containerPort: 5050
name: grpc-server
name: grpc
protocol: TCP
readinessProbe:
failureThreshold: 3
......
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