Update deployment

master
René Jochum 5 years ago
parent f0c71963c3
commit 242f77371a
No known key found for this signature in database
GPG Key ID: 9E8B1C32F5F318A9

@ -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
Loading…
Cancel
Save