Loading src/automation/src/main/resources/application.yaml +1 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,7 @@ quarkus: image-pull-policy: Always labels: app: automationservice add-version-to-label-selectors: false readiness-probe: initial-delay: 2s period: 10s Loading src/automation/target/kubernetes/kubernetes.yml +14 −19 Original line number Diff line number Diff line Loading @@ -3,51 +3,46 @@ apiVersion: v1 kind: Service metadata: annotations: app.quarkus.io/commit-id: 1d9391e04561028e64164362c608dfd97a869928 app.quarkus.io/build-timestamp: 2022-02-10 - 12:24:30 +0000 app.quarkus.io/commit-id: 500a0a232ec361b669b48cc432e9bd9c332eae8b app.quarkus.io/build-timestamp: 2022-02-11 - 10:27:21 +0000 labels: app.kubernetes.io/name: automationservice app.kubernetes.io/version: 0.1.0 app: automationservice name: automationservice spec: ports: - name: http port: 8080 targetPort: 8080 - name: grpc-server port: 9999 targetPort: 9999 - name: http port: 8080 targetPort: 8080 selector: app.kubernetes.io/name: automationservice app.kubernetes.io/version: 0.1.0 type: ClusterIP --- apiVersion: apps/v1 kind: Deployment metadata: annotations: app.quarkus.io/commit-id: 1d9391e04561028e64164362c608dfd97a869928 app.quarkus.io/build-timestamp: 2022-02-10 - 12:24:30 +0000 app.quarkus.io/commit-id: 500a0a232ec361b669b48cc432e9bd9c332eae8b app.quarkus.io/build-timestamp: 2022-02-11 - 10:27:21 +0000 labels: app: automationservice app.kubernetes.io/version: 0.1.0 app.kubernetes.io/name: automationservice name: automationservice spec: replicas: 1 selector: matchLabels: app.kubernetes.io/version: 0.1.0 app.kubernetes.io/name: automationservice template: metadata: annotations: app.quarkus.io/commit-id: 1d9391e04561028e64164362c608dfd97a869928 app.quarkus.io/build-timestamp: 2022-02-10 - 12:24:30 +0000 app.quarkus.io/commit-id: 500a0a232ec361b669b48cc432e9bd9c332eae8b app.quarkus.io/build-timestamp: 2022-02-11 - 10:27:21 +0000 labels: app: automationservice app.kubernetes.io/version: 0.1.0 app.kubernetes.io/name: automationservice spec: containers: Loading @@ -56,10 +51,10 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - name: DEVICE_SERVICE_HOST value: deviceservice - name: CONTEXT_SERVICE_HOST value: contextservice - name: DEVICE_SERVICE_HOST value: deviceservice image: registry.gitlab.com/teraflow-h2020/controller/automation:0.1.0 imagePullPolicy: Always livenessProbe: Loading @@ -74,12 +69,12 @@ spec: timeoutSeconds: 10 name: automationservice ports: - containerPort: 8080 name: http protocol: TCP - containerPort: 9999 name: grpc-server protocol: TCP - containerPort: 8080 name: http protocol: TCP readinessProbe: failureThreshold: 3 httpGet: Loading Loading
src/automation/src/main/resources/application.yaml +1 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,7 @@ quarkus: image-pull-policy: Always labels: app: automationservice add-version-to-label-selectors: false readiness-probe: initial-delay: 2s period: 10s Loading
src/automation/target/kubernetes/kubernetes.yml +14 −19 Original line number Diff line number Diff line Loading @@ -3,51 +3,46 @@ apiVersion: v1 kind: Service metadata: annotations: app.quarkus.io/commit-id: 1d9391e04561028e64164362c608dfd97a869928 app.quarkus.io/build-timestamp: 2022-02-10 - 12:24:30 +0000 app.quarkus.io/commit-id: 500a0a232ec361b669b48cc432e9bd9c332eae8b app.quarkus.io/build-timestamp: 2022-02-11 - 10:27:21 +0000 labels: app.kubernetes.io/name: automationservice app.kubernetes.io/version: 0.1.0 app: automationservice name: automationservice spec: ports: - name: http port: 8080 targetPort: 8080 - name: grpc-server port: 9999 targetPort: 9999 - name: http port: 8080 targetPort: 8080 selector: app.kubernetes.io/name: automationservice app.kubernetes.io/version: 0.1.0 type: ClusterIP --- apiVersion: apps/v1 kind: Deployment metadata: annotations: app.quarkus.io/commit-id: 1d9391e04561028e64164362c608dfd97a869928 app.quarkus.io/build-timestamp: 2022-02-10 - 12:24:30 +0000 app.quarkus.io/commit-id: 500a0a232ec361b669b48cc432e9bd9c332eae8b app.quarkus.io/build-timestamp: 2022-02-11 - 10:27:21 +0000 labels: app: automationservice app.kubernetes.io/version: 0.1.0 app.kubernetes.io/name: automationservice name: automationservice spec: replicas: 1 selector: matchLabels: app.kubernetes.io/version: 0.1.0 app.kubernetes.io/name: automationservice template: metadata: annotations: app.quarkus.io/commit-id: 1d9391e04561028e64164362c608dfd97a869928 app.quarkus.io/build-timestamp: 2022-02-10 - 12:24:30 +0000 app.quarkus.io/commit-id: 500a0a232ec361b669b48cc432e9bd9c332eae8b app.quarkus.io/build-timestamp: 2022-02-11 - 10:27:21 +0000 labels: app: automationservice app.kubernetes.io/version: 0.1.0 app.kubernetes.io/name: automationservice spec: containers: Loading @@ -56,10 +51,10 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - name: DEVICE_SERVICE_HOST value: deviceservice - name: CONTEXT_SERVICE_HOST value: contextservice - name: DEVICE_SERVICE_HOST value: deviceservice image: registry.gitlab.com/teraflow-h2020/controller/automation:0.1.0 imagePullPolicy: Always livenessProbe: Loading @@ -74,12 +69,12 @@ spec: timeoutSeconds: 10 name: automationservice ports: - containerPort: 8080 name: http protocol: TCP - containerPort: 9999 name: grpc-server protocol: TCP - containerPort: 8080 name: http protocol: TCP readinessProbe: failureThreshold: 3 httpGet: Loading