apiVersion: apps/v1 kind: Deployment metadata: annotations: deployment.kubernetes.io/revision: "4" kubectl.kubernetes.io/last-applied-configuration: | {"apiVersion":"apps/v1","kind":"Deployment","metadata":{"annotations":{},"labels":{"app.kubernetes.io/instance":"coturn-dns"},"name":"coturn-dns","namespace":"coturn-dns"},"spec":{"replicas":1,"selector":{"matchLabels":{"app":"coturn-dns"}},"strategy":{"rollingUpdate":{"maxSurge":0,"maxUnavailable":1},"type":"RollingUpdate"},"template":{"metadata":{"labels":{"app":"coturn-dns"}},"spec":{"containers":[{"env":[{"name":"AWS_ACCESS_KEY_ID","valueFrom":{"secretKeyRef":{"key":"username","name":"aws-user-coturn-dns"}}},{"name":"AWS_SECRET_ACCESS_KEY","valueFrom":{"secretKeyRef":{"key":"password","name":"aws-user-coturn-dns"}}},{"name":"PYTHONUNBUFFERED","value":"1"},{"name":"HOSTED_ZONE","value":"Z00156242SK162FEXDPVF"},{"name":"COTURN_DOMAIN_NAME","value":"coturn.video.jamkazam.com"}],"image":"gcr.io/tough-craft-276813/coturn-dns:latest","imagePullPolicy":"Always","name":"coturn-dns","resources":{"limits":{"memory":"128Mi"},"requests":{"memory":"128Mi"}}}],"imagePullSecrets":[{"name":"gcr-json-key"}]}}}} creationTimestamp: "2021-11-18T15:50:39Z" generation: 4 labels: app.kubernetes.io/instance: coturn-dns name: coturn-dns namespace: coturn-dns resourceVersion: "272107840" uid: 9c0beb6c-43fb-4d01-8ec3-b54110035037 spec: progressDeadlineSeconds: 600 replicas: 1 revisionHistoryLimit: 10 selector: matchLabels: app: coturn-dns strategy: rollingUpdate: maxSurge: 0 maxUnavailable: 1 type: RollingUpdate template: metadata: annotations: kubectl.kubernetes.io/restartedAt: "2021-11-18T19:57:36Z" creationTimestamp: null labels: app: coturn-dns spec: containers: - env: - name: AWS_ACCESS_KEY_ID valueFrom: secretKeyRef: key: username name: aws-user-coturn-dns - name: AWS_SECRET_ACCESS_KEY valueFrom: secretKeyRef: key: password name: aws-user-coturn-dns - name: PYTHONUNBUFFERED value: "1" - name: HOSTED_ZONE value: Z00156242SK162FEXDPVF - name: COTURN_DOMAIN_NAME value: coturn.video.jamkazam.com image: gcr.io/tough-craft-276813/coturn-dns:latest imagePullPolicy: Always name: coturn-dns resources: limits: memory: 128Mi requests: memory: 128Mi terminationMessagePath: /dev/termination-log terminationMessagePolicy: File dnsPolicy: ClusterFirst imagePullSecrets: - name: gcr-json-key restartPolicy: Always schedulerName: default-scheduler securityContext: {} terminationGracePeriodSeconds: 30 status: conditions: - lastTransitionTime: "2021-11-18T15:50:42Z" lastUpdateTime: "2021-11-18T15:50:42Z" message: Deployment has minimum availability. reason: MinimumReplicasAvailable status: "True" type: Available - lastTransitionTime: "2021-11-18T15:50:40Z" lastUpdateTime: "2021-11-18T19:57:38Z" message: ReplicaSet "coturn-dns-df4f7ffc" has successfully progressed. reason: NewReplicaSetAvailable status: "True" type: Progressing observedGeneration: 4 replicas: 1 unavailableReplicas: 1 updatedReplicas: 1