mirror of https://github.com/knative/serving.git
Update net-contour nightly (#15512)
Signed-off-by: Knative Automation <automation@knative.team>
This commit is contained in:
parent
4471f27a78
commit
7875c26ca8
|
@ -8,7 +8,7 @@ metadata:
|
|||
networking.knative.dev/ingress-provider: contour
|
||||
app.kubernetes.io/component: net-contour
|
||||
app.kubernetes.io/name: knative-serving
|
||||
app.kubernetes.io/version: "20240913-19340e97"
|
||||
app.kubernetes.io/version: "20240917-2213a877"
|
||||
serving.knative.dev/controller: "true"
|
||||
rules:
|
||||
- apiGroups: ["projectcontour.io"]
|
||||
|
@ -38,7 +38,7 @@ metadata:
|
|||
networking.knative.dev/ingress-provider: contour
|
||||
app.kubernetes.io/component: net-contour
|
||||
app.kubernetes.io/name: knative-serving
|
||||
app.kubernetes.io/version: "20240913-19340e97"
|
||||
app.kubernetes.io/version: "20240917-2213a877"
|
||||
data:
|
||||
_example: |
|
||||
################################
|
||||
|
@ -111,7 +111,7 @@ metadata:
|
|||
networking.knative.dev/ingress-provider: contour
|
||||
app.kubernetes.io/component: net-contour
|
||||
app.kubernetes.io/name: knative-serving
|
||||
app.kubernetes.io/version: "20240913-19340e97"
|
||||
app.kubernetes.io/version: "20240917-2213a877"
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
|
@ -123,14 +123,14 @@ spec:
|
|||
app: net-contour-controller
|
||||
app.kubernetes.io/component: net-contour
|
||||
app.kubernetes.io/name: knative-serving
|
||||
app.kubernetes.io/version: "20240913-19340e97"
|
||||
app.kubernetes.io/version: "20240917-2213a877"
|
||||
spec:
|
||||
serviceAccountName: controller
|
||||
containers:
|
||||
- name: controller
|
||||
# This is the Go import path for the binary that is containerized
|
||||
# and substituted here.
|
||||
image: gcr.io/knative-nightly/knative.dev/net-contour/cmd/controller@sha256:148bfa914cd209178d6820523e6cc71999ffe7acd79a1e95c09a290e451e0168
|
||||
image: gcr.io/knative-nightly/knative.dev/net-contour/cmd/controller@sha256:14771b676b10fbb1026e61d95928ca582efca346e49ca6215140424dfd8ee23a
|
||||
resources:
|
||||
requests:
|
||||
cpu: 40m
|
||||
|
@ -174,7 +174,7 @@ metadata:
|
|||
networking.knative.dev/ingress-provider: contour
|
||||
app.kubernetes.io/component: net-contour
|
||||
app.kubernetes.io/name: knative-serving
|
||||
app.kubernetes.io/version: "20240913-19340e97"
|
||||
app.kubernetes.io/version: "20240917-2213a877"
|
||||
spec:
|
||||
delegations:
|
||||
- secretName: routing-serving-certs
|
||||
|
|
Loading…
Reference in New Issue