From d0d13a361b018a2e351758c55189e6ed914465d8 Mon Sep 17 00:00:00 2001 From: wojtekt Date: Fri, 9 Apr 2021 09:56:20 +0200 Subject: [PATCH] Fix sippy manifests to work on 1.16 cluster --- sippy/sippy/certificate.yaml | 2 +- sippy/sippy/ingress.yaml | 8 +++----- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/sippy/sippy/certificate.yaml b/sippy/sippy/certificate.yaml index 5772904b1f7..7919ea24fa4 100644 --- a/sippy/sippy/certificate.yaml +++ b/sippy/sippy/certificate.yaml @@ -1,4 +1,4 @@ -apiVersion: cert-manager.io/v1 +apiVersion: cert-manager.io/v1alpha2 kind: Certificate metadata: name: sippy-k8s-io diff --git a/sippy/sippy/ingress.yaml b/sippy/sippy/ingress.yaml index fe1adafc4ba..d2d927621a4 100644 --- a/sippy/sippy/ingress.yaml +++ b/sippy/sippy/ingress.yaml @@ -8,10 +8,8 @@ metadata: labels: app: sippy spec: - defaultBackend: - service: - name: sippy - port: - number: 8080 + backend: + serviceName: sippy + servicePort: 8080 tls: - secretName : sippy-k8s-io-tls