You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

98 lines
3.1 KiB

apiVersion: apps/v1
kind: Deployment
metadata:
annotations:
deployment.kubernetes.io/revision: "6"
image.openshift.io/triggers: '[{"from":{"kind":"ImageStreamTag","name":"jugaralpadel:latest"},"fieldPath":"spec.template.spec.containers[?(@.name==\"jugaralpadel\")].image"}]'
openshift.io/generated-by: OpenShiftNewApp
creationTimestamp: "2025-02-21T12:21:29Z"
generation: 6
labels:
app: jugaralpadel
app.kubernetes.io/component: jugaralpadel
app.kubernetes.io/instance: jugaralpadel
name: jugaralpadel
namespace: jugaralpadel
resourceVersion: "8355394"
uid: 1dcbd32d-4e97-40da-9d09-16c9fe5e2eee
spec:
progressDeadlineSeconds: 600
replicas: 1
revisionHistoryLimit: 10
selector:
matchLabels:
deployment: jugaralpadel
strategy:
rollingUpdate:
maxSurge: 25%
maxUnavailable: 25%
type: RollingUpdate
template:
metadata:
annotations:
openshift.io/generated-by: OpenShiftNewApp
creationTimestamp: null
labels:
deployment: jugaralpadel
spec:
containers:
- env:
- name: DEBUG
value: "False"
- name: VERSION
value: "11.0"
image: image-registry.openshift-image-registry.svc:5000/jugaralpadel/jugaralpadel@sha256:1c86b3845c1869a1c42e83fe6e44a12045d09da28f9b3a675e85f0900e7a7ac3
imagePullPolicy: IfNotPresent
name: jugaralpadel
ports:
- containerPort: 8080
protocol: TCP
resources: {}
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
volumeMounts:
- mountPath: /app/eventos/migrations
name: jugaralpadel-eventos-migrations
- mountPath: /app/mediafiles
name: jugaralpadel-media
- mountPath: /app/reymotausers/migrations
name: reymota-reymotausers-migrations
- mountPath: /app/staticfiles
name: static-volume
dnsPolicy: ClusterFirst
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
terminationGracePeriodSeconds: 30
volumes:
- name: jugaralpadel-eventos-migrations
persistentVolumeClaim:
claimName: jugaralpadel-eventos-migrations
- name: jugaralpadel-media
persistentVolumeClaim:
claimName: jugaralpadel-media
- name: reymota-reymotausers-migrations
persistentVolumeClaim:
claimName: reymota-reymotausers-migrations
- name: static-volume
persistentVolumeClaim:
claimName: static-volume
status:
availableReplicas: 1
conditions:
- lastTransitionTime: "2025-02-21T12:21:33Z"
lastUpdateTime: "2025-02-21T12:21:33Z"
message: Deployment has minimum availability.
reason: MinimumReplicasAvailable
status: "True"
type: Available
- lastTransitionTime: "2025-02-21T12:21:29Z"
lastUpdateTime: "2025-02-21T12:21:33Z"
message: ReplicaSet "jugaralpadel-94b8766fb" has successfully progressed.
reason: NewReplicaSetAvailable
status: "True"
type: Progressing
observedGeneration: 6
readyReplicas: 1
replicas: 1
updatedReplicas: 1