apiVersion: apps/v1 kind: Deployment metadata: annotations: deployment.kubernetes.io/revision: "1" creationTimestamp: "2025-10-11T10:48:57Z" generation: 1 labels: app: nmstate-console-plugin app.kubernetes.io/component: nmstate-console-plugin app.kubernetes.io/instance: nmstate-console-plugin app.kubernetes.io/part-of: nmstate-console-plugin app.openshift.io/runtime-namespace: openshift-nmstate name: nmstate-console-plugin namespace: openshift-nmstate ownerReferences: - apiVersion: nmstate.io/v1 blockOwnerDeletion: true controller: true kind: NMState name: nmstate uid: b80701c7-1e85-4c03-8c7e-b4e072ac9f5f resourceVersion: "29765" uid: ecb97488-eeba-4219-85fa-687d58dbff39 spec: progressDeadlineSeconds: 600 replicas: 1 revisionHistoryLimit: 10 selector: matchLabels: app: nmstate-console-plugin strategy: rollingUpdate: maxSurge: 25% maxUnavailable: 25% type: RollingUpdate template: metadata: creationTimestamp: null labels: app: nmstate-console-plugin spec: containers: - image: registry.redhat.io/openshift4/nmstate-console-plugin-rhel9@sha256:98eacebec0d128e18d9109d3eadb5a1470ec990f11ad3e717a6638a8675d6e66 imagePullPolicy: Always name: nmstate-console-plugin ports: - containerPort: 9443 protocol: TCP resources: requests: cpu: 10m memory: 50Mi terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /var/serving-cert name: plugin-serving-cert readOnly: true - mountPath: /etc/nginx/nginx.conf name: nginx-conf readOnly: true subPath: nginx.conf dnsPolicy: ClusterFirst restartPolicy: Always schedulerName: default-scheduler securityContext: {} terminationGracePeriodSeconds: 30 volumes: - name: plugin-serving-cert secret: defaultMode: 420 secretName: plugin-serving-cert - configMap: defaultMode: 420 name: nginx-conf name: nginx-conf status: availableReplicas: 1 conditions: - lastTransitionTime: "2025-10-11T10:49:04Z" lastUpdateTime: "2025-10-11T10:49:04Z" message: Deployment has minimum availability. reason: MinimumReplicasAvailable status: "True" type: Available - lastTransitionTime: "2025-10-11T10:48:57Z" lastUpdateTime: "2025-10-11T10:49:04Z" message: ReplicaSet "nmstate-console-plugin-6b874cbd85" has successfully progressed. reason: NewReplicaSetAvailable status: "True" type: Progressing observedGeneration: 1 readyReplicas: 1 replicas: 1 updatedReplicas: 1