From 242f77371a82e6bec9b2b1f576968715c462ee61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Jochum?= Date: Wed, 17 Jul 2019 10:37:34 +0200 Subject: [PATCH] Update deployment --- deployment.yaml | 28 +++------------------------- 1 file changed, 3 insertions(+), 25 deletions(-) diff --git a/deployment.yaml b/deployment.yaml index 1714532..48e9909 100644 --- a/deployment.yaml +++ b/deployment.yaml @@ -5,7 +5,7 @@ items: kind: Ingress metadata: annotations: - certmanager.k8s.io/cluster-issuer: letsencrypt-staging + certmanager.k8s.io/cluster-issuer: letsencrypt-prod kubernetes.io/tls-acme: "true" nginx.ingress.kubernetes.io/ssl-redirect: "false" generation: 2 @@ -23,7 +23,7 @@ items: tls: - hosts: - rene.jochums.at - secretName: website-tls + secretName: website-prod-tls - apiVersion: extensions/v1beta1 kind: Deployment @@ -31,12 +31,8 @@ items: annotations: deployment.kubernetes.io/revision: "1" generation: 3 - labels: - cattle.io/creator: norman - workload.user.cattle.io/workloadselector: deployment-rene-jochums-at-nginx name: nginx namespace: rene-jochums-at - resourceVersion: "252837" selfLink: /apis/extensions/v1beta1/namespaces/rene-jochums-at/deployments/nginx uid: 1454b908-a7c4-11e9-8ae7-d6e9951087b2 spec: @@ -81,22 +77,4 @@ items: restartPolicy: Always schedulerName: default-scheduler securityContext: {} - terminationGracePeriodSeconds: 30 - status: - conditions: - - lastTransitionTime: 2019-07-16T12:20:20Z - lastUpdateTime: 2019-07-16T12:20:20Z - message: Deployment does not have minimum availability. - reason: MinimumReplicasUnavailable - status: "False" - type: Available - - lastTransitionTime: 2019-07-16T12:20:20Z - lastUpdateTime: 2019-07-16T12:20:21Z - message: ReplicaSet "nginx-7479686f5d" is progressing. - reason: ReplicaSetUpdated - status: "True" - type: Progressing - observedGeneration: 3 - replicas: 1 - unavailableReplicas: 1 - updatedReplicas: 1 + terminationGracePeriodSeconds: 30 \ No newline at end of file