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-10-11T11:03:47Z" generation: 1 labels: pod-template-hash: 678599687f service: octavia-image name: octavia-image-upload-678599687f namespace: openstack ownerReferences: - apiVersion: apps/v1 blockOwnerDeletion: true controller: true kind: Deployment name: octavia-image-upload uid: c1bc576a-05e6-42a7-8f73-388d04e910df resourceVersion: "50744" uid: a3507ed9-34ce-48b2-8e32-ebd9f1302fe1 spec: replicas: 1 selector: matchLabels: pod-template-hash: 678599687f service: octavia-image template: metadata: creationTimestamp: null labels: pod-template-hash: 678599687f 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:e91d58021b54c46883595ff66be65882de54abdb3be2ca53c4162b20d18b5f48 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