Skip to content

Commit

Permalink
test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dprotaso committed Jul 8, 2024
1 parent 9a0439c commit d970893
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions third_party/contour-latest/net-contour.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@ metadata:
networking.knative.dev/ingress-provider: contour
app.kubernetes.io/component: net-contour
app.kubernetes.io/name: knative-serving
app.kubernetes.io/version: "20240706-80ccaca5"
app.kubernetes.io/version: devel
serving.knative.dev/controller: "true"
rules:
- apiGroups: ["projectcontour.io"]
resources: ["httpproxies"]
verbs: ["get", "list", "create", "update", "delete", "deletecollection", "patch", "watch"]

---
# Copyright 2019 The Knative Authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -28,7 +29,7 @@ rules:
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
---

apiVersion: v1
kind: ConfigMap
metadata:
Expand All @@ -38,7 +39,7 @@ metadata:
networking.knative.dev/ingress-provider: contour
app.kubernetes.io/component: net-contour
app.kubernetes.io/name: knative-serving
app.kubernetes.io/version: "20240706-80ccaca5"
app.kubernetes.io/version: devel
data:
_example: |
################################
Expand Down Expand Up @@ -88,6 +89,7 @@ data:
- Content-Range
maxAge: "10m"
---
# Copyright 2020 The Knative Authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -101,7 +103,7 @@ data:
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
---

apiVersion: apps/v1
kind: Deployment
metadata:
Expand All @@ -111,7 +113,7 @@ metadata:
networking.knative.dev/ingress-provider: contour
app.kubernetes.io/component: net-contour
app.kubernetes.io/name: knative-serving
app.kubernetes.io/version: "20240706-80ccaca5"
app.kubernetes.io/version: devel
spec:
replicas: 1
selector:
Expand All @@ -123,14 +125,14 @@ spec:
app: net-contour-controller
app.kubernetes.io/component: net-contour
app.kubernetes.io/name: knative-serving
app.kubernetes.io/version: "20240706-80ccaca5"
app.kubernetes.io/version: devel
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:0bd07b1fc381df40086c630eca092d5eb38dd4738284515098a1f77f365bad00
image: gcr.io/pivotal-knative/dave/controller-bc4037897ef91bd04f53ab457e246b95@sha256:e2ea809a90dc97477aa45d455da86eae3d77d5db60e9826ea2baad7da29ffb01
resources:
requests:
cpu: 40m
Expand Down Expand Up @@ -163,6 +165,7 @@ spec:
- ALL
seccompProfile:
type: RuntimeDefault

---
#! Used when internal-encryption is set to "true"
apiVersion: projectcontour.io/v1
Expand All @@ -174,11 +177,11 @@ metadata:
networking.knative.dev/ingress-provider: contour
app.kubernetes.io/component: net-contour
app.kubernetes.io/name: knative-serving
app.kubernetes.io/version: "20240706-80ccaca5"
app.kubernetes.io/version: devel
spec:
delegations:
- secretName: routing-serving-certs
targetNamespaces:
- "*"
---

---

0 comments on commit d970893

Please sign in to comment.