Commit 011890de authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

ZTP component:

- Regenerated gRPC code
parent 59066ee9
Loading
Loading
Loading
Loading
+12 −1

File changed.

Preview size limit exceeded, changes collapsed.

+16 −16
Original line number Diff line number Diff line
@@ -3,8 +3,8 @@ apiVersion: v1
kind: Service
metadata:
  annotations:
    app.quarkus.io/commit-id: 0539e363a3349889ebd7d3d7b0509744e2a4d0aa
    app.quarkus.io/build-timestamp: 2025-10-28 - 10:09:20 +0000
    app.quarkus.io/commit-id: 59066ee916761c04f91078d8bc6060eaf07764d7
    app.quarkus.io/build-timestamp: 2025-11-11 - 19:16:03 +0000
    prometheus.io/scrape: "true"
    prometheus.io/path: /q/metrics
    prometheus.io/port: "8080"
@@ -17,18 +17,18 @@ metadata:
  name: ztpservice
spec:
  ports:
    - name: https
      port: 443
    - name: grpc
      port: 5050
      protocol: TCP
      targetPort: 8443
      targetPort: 5050
    - name: http
      port: 9192
      protocol: TCP
      targetPort: 8080
    - name: grpc
      port: 5050
    - name: https
      port: 443
      protocol: TCP
      targetPort: 5050
      targetPort: 8443
  selector:
    app.kubernetes.io/name: ztpservice
  type: ClusterIP
@@ -37,8 +37,8 @@ apiVersion: apps/v1
kind: Deployment
metadata:
  annotations:
    app.quarkus.io/commit-id: 0539e363a3349889ebd7d3d7b0509744e2a4d0aa
    app.quarkus.io/build-timestamp: 2025-10-28 - 10:09:20 +0000
    app.quarkus.io/commit-id: 59066ee916761c04f91078d8bc6060eaf07764d7
    app.quarkus.io/build-timestamp: 2025-11-11 - 19:16:03 +0000
    prometheus.io/scrape: "true"
    prometheus.io/path: /q/metrics
    prometheus.io/port: "8080"
@@ -57,8 +57,8 @@ spec:
  template:
    metadata:
      annotations:
        app.quarkus.io/commit-id: 0539e363a3349889ebd7d3d7b0509744e2a4d0aa
        app.quarkus.io/build-timestamp: 2025-10-28 - 10:09:20 +0000
        app.quarkus.io/commit-id: 59066ee916761c04f91078d8bc6060eaf07764d7
        app.quarkus.io/build-timestamp: 2025-11-11 - 19:16:03 +0000
        prometheus.io/scrape: "true"
        prometheus.io/path: /q/metrics
        prometheus.io/port: "8080"
@@ -93,14 +93,14 @@ spec:
            timeoutSeconds: 10
          name: ztpservice
          ports:
            - containerPort: 8443
              name: https
            - containerPort: 5050
              name: grpc
              protocol: TCP
            - containerPort: 8080
              name: http
              protocol: TCP
            - containerPort: 5050
              name: grpc
            - containerPort: 8443
              name: https
              protocol: TCP
          readinessProbe:
            failureThreshold: 3