--- apiVersion: v1 kind: Service metadata: annotations: app.quarkus.io/commit-id: 17d40a0ca26855b14e5fc1828af157235dcd3ce1 app.quarkus.io/build-timestamp: 2023-11-08 - 11:12:54 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8080" prometheus.io/scheme: http labels: app.kubernetes.io/name: ztpservice app: ztpservice name: ztpservice spec: ports: - name: grpc-server port: 5050 targetPort: 5050 - name: http port: 9192 targetPort: 8080 selector: app.kubernetes.io/name: ztpservice type: ClusterIP --- apiVersion: apps/v1 kind: Deployment metadata: annotations: app.quarkus.io/commit-id: 17d40a0ca26855b14e5fc1828af157235dcd3ce1 app.quarkus.io/build-timestamp: 2023-11-08 - 11:12:54 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8080" prometheus.io/scheme: http labels: app: ztpservice app.kubernetes.io/name: ztpservice name: ztpservice spec: replicas: 1 selector: matchLabels: app.kubernetes.io/name: ztpservice template: metadata: annotations: app.quarkus.io/commit-id: 17d40a0ca26855b14e5fc1828af157235dcd3ce1 app.quarkus.io/build-timestamp: 2023-11-08 - 11:12:54 +0000 prometheus.io/scrape: "true" prometheus.io/path: /q/metrics prometheus.io/port: "8080" prometheus.io/scheme: http labels: app: ztpservice app.kubernetes.io/name: ztpservice spec: containers: - env: - name: KUBERNETES_NAMESPACE valueFrom: fieldRef: fieldPath: metadata.namespace - name: CONTEXT_SERVICE_HOST value: contextservice - name: DEVICE_SERVICE_HOST value: deviceservice image: labs.etsi.org:5050/tfs/controller/ztp:0.2.0 imagePullPolicy: Always livenessProbe: failureThreshold: 3 httpGet: path: /q/health/live port: 8080 scheme: HTTP initialDelaySeconds: 2 periodSeconds: 10 successThreshold: 1 timeoutSeconds: 10 name: ztpservice ports: - containerPort: 5050 name: grpc-server protocol: TCP - containerPort: 8080 name: http protocol: TCP readinessProbe: failureThreshold: 3 httpGet: path: /q/health/ready port: 8080 scheme: HTTP initialDelaySeconds: 2 periodSeconds: 10 successThreshold: 1 timeoutSeconds: 10 resources: limits: cpu: 500m memory: 2048Mi requests: cpu: 50m memory: 512Mi