apiVersion: apps/v1 kind: ReplicaSet metadata: annotations: deployment.kubernetes.io/desired-replicas: "1" deployment.kubernetes.io/max-replicas: "2" deployment.kubernetes.io/revision: "1" creationTimestamp: "2025-12-03T22:31:25Z" generation: 1 labels: pod-template-hash: 56c9f55b99 service: octavia-image name: octavia-image-upload-56c9f55b99 namespace: openstack ownerReferences: - apiVersion: apps/v1 blockOwnerDeletion: true controller: true kind: Deployment name: octavia-image-upload uid: 926664e7-528e-45a6-b377-6184210a8e79 resourceVersion: "40147" uid: b71efa32-34e3-4c64-a118-b6a6cb6639d8 spec: replicas: 1 selector: matchLabels: pod-template-hash: 56c9f55b99 service: octavia-image template: metadata: creationTimestamp: null labels: pod-template-hash: 56c9f55b99 service: octavia-image spec: automountServiceAccountToken: false containers: - args: - -c - cp -f /usr/local/apache2/conf/httpd.conf /etc/httpd/conf/httpd.conf && /usr/bin/run-httpd command: - /bin/bash image: registry.redhat.io/ubi9/httpd-24@sha256:6b929971283d69f485a7d3e449fb5a3dd65d5a4de585c73419e776821d00062c imagePullPolicy: IfNotPresent name: octavia-amphora-httpd resources: {} terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /usr/local/apache2/htdocs name: amphora-image - mountPath: /usr/local/apache2/conf/httpd.conf name: httpd-config readOnly: true subPath: httpd.conf dnsPolicy: ClusterFirst initContainers: - env: - name: DEST_DIR value: /usr/local/apache2/htdocs image: quay.io/gthiemonge/octavia-amphora-image imagePullPolicy: Always name: init resources: {} securityContext: runAsUser: 0 terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /usr/local/apache2/htdocs name: amphora-image restartPolicy: Always schedulerName: default-scheduler securityContext: {} serviceAccount: octavia-octavia serviceAccountName: octavia-octavia terminationGracePeriodSeconds: 30 volumes: - emptyDir: {} name: amphora-image - name: httpd-config secret: defaultMode: 416 secretName: octavia-config-data status: availableReplicas: 1 fullyLabeledReplicas: 1 observedGeneration: 1 readyReplicas: 1 replicas: 1