diff --git a/src/automation/target/kubernetes/kubernetes.yml b/src/automation/target/kubernetes/kubernetes.yml index 1fbe9abc524515bb140b226f5f818a10e845a90c..ecc98890b31bf5ad8016a8489478e8cdff86dd83 100644 --- a/src/automation/target/kubernetes/kubernetes.yml +++ b/src/automation/target/kubernetes/kubernetes.yml @@ -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