Skip to content

Commit

Permalink
Add extra kcertificate for kourier (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReToCode authored May 1, 2024
1 parent fcca9fa commit ffd43ac
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
20 changes: 20 additions & 0 deletions openshift/release/artifacts/net-kourier.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -623,6 +623,26 @@ spec:
matchLabels:
app: 3scale-kourier-gateway
---
apiVersion: networking.internal.knative.dev/v1alpha1
kind: Certificate
metadata:
annotations:
networking.knative.dev/certificate.class: cert-manager.certificate.networking.knative.dev
labels:
networking.knative.dev/certificate-type: system-internal
knative.dev/install-knative-certificate: "true"
app.kubernetes.io/name: knative-serving
app.kubernetes.io/component: net-kourier
networking.knative.dev/ingress-provider: kourier
app.kubernetes.io/version: "release-v1.14"
name: routing-serving-certs
namespace: knative-serving
spec:
dnsNames:
- kn-routing
secretName: routing-serving-certs
# The data is populated when system-internal-tls is enabled.
---
# Copyright 2018 The Knative Authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
19 changes: 19 additions & 0 deletions openshift/release/extra/certificate.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
apiVersion: networking.internal.knative.dev/v1alpha1
kind: Certificate
metadata:
annotations:
networking.knative.dev/certificate.class: cert-manager.certificate.networking.knative.dev
labels:
networking.knative.dev/certificate-type: system-internal
knative.dev/install-knative-certificate: "true"
app.kubernetes.io/name: knative-serving
app.kubernetes.io/component: net-kourier
networking.knative.dev/ingress-provider: kourier
app.kubernetes.io/version: devel
name: routing-serving-certs
namespace: knative-serving
spec:
dnsNames:
- kn-routing
secretName: routing-serving-certs
# The data is populated when system-internal-tls is enabled.

0 comments on commit ffd43ac

Please sign in to comment.