Guest User

Untitled

a guest
Jan 16th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.31 KB | None | 0 0
  1. # Please edit the object below. Lines beginning with a '#' will be ignored,
  2. # and an empty file will abort the edit. If an error occurs while saving this file will be
  3. # reopened with the relevant failures.
  4. #
  5. apiVersion: extensions/v1beta1
  6. kind: Deployment
  7. metadata:
  8. annotations:
  9. deployment.kubernetes.io/revision: "3"
  10. creationTimestamp: 2019-01-15T20:20:42Z
  11. generation: 3
  12. labels:
  13. run: social-auth-v3
  14. name: social-auth-v3
  15. namespace: default
  16. resourceVersion: "1110067"
  17. selfLink: /apis/extensions/v1beta1/namespaces/default/deployments/social-auth-v3
  18. uid: 0882aaf2-1903-11e9-9e89-42010aa800a3
  19. spec:
  20. progressDeadlineSeconds: 600
  21. replicas: 1
  22. revisionHistoryLimit: 10
  23. selector:
  24. matchLabels:
  25. run: social-auth-v3
  26. strategy:
  27. rollingUpdate:
  28. maxSurge: 1
  29. maxUnavailable: 1
  30. type: RollingUpdate
  31. template:
  32. metadata:
  33. creationTimestamp: null
  34. labels:
  35. run: social-auth-v3
  36. spec:
  37. containers:
  38. - env:
  39. - name: GOOGLE_APPLICATION_CREDENTIALS
  40. value: /var/secrets/google/key.json
  41. image: gcr.io/dotnet-docs-samples-tests/social-auth:v3
  42. imagePullPolicy: IfNotPresent
  43. name: social-auth-v3
  44. ports:
  45. - containerPort: 8080
  46. protocol: TCP
  47. resources: {}
  48. terminationMessagePath: /dev/termination-log
  49. terminationMessagePolicy: File
  50. volumeMounts:
  51. - mountPath: /var/secrets/google
  52. name: my-service-account
  53. dnsPolicy: ClusterFirst
  54. restartPolicy: Always
  55. schedulerName: default-scheduler
  56. securityContext: {}
  57. terminationGracePeriodSeconds: 30
  58. volumes:
  59. - name: my-service-account
  60. secret:
  61. defaultMode: 420
  62. secretName: my-service-account
  63. status:
  64. availableReplicas: 1
  65. conditions:
  66. - lastTransitionTime: 2019-01-15T20:20:43Z
  67. lastUpdateTime: 2019-01-15T20:20:43Z
  68. message: Deployment has minimum availability.
  69. reason: MinimumReplicasAvailable
  70. status: "True"
  71. type: Available
  72. - lastTransitionTime: 2019-01-15T20:20:43Z
  73. lastUpdateTime: 2019-01-15T20:51:45Z
  74. message: ReplicaSet "social-auth-v3-599d8869f4" has successfully progressed.
  75. reason: NewReplicaSetAvailable
  76. status: "True"
  77. type: Progressing
  78. observedGeneration: 3
  79. readyReplicas: 1
  80. replicas: 1
  81. updatedReplicas: 1
Add Comment
Please, Sign In to add comment