Skip to content

Commit

Permalink
🔥 Generate artifacts.
Browse files Browse the repository at this point in the history
  • Loading branch information
nak3 committed Jul 26, 2023
1 parent 038f0e9 commit 10dad83
Show file tree
Hide file tree
Showing 4 changed files with 715 additions and 8 deletions.
2 changes: 1 addition & 1 deletion config/200-bootstrap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ data:
endpoint:
address:
socket_address:
address: "net-kourier-controller.knative-serving"
address: "net-kourier-controller.knative-serving-ingress"
port_value: 18000
type: STRICT_DNS
admin:
Expand Down
2 changes: 0 additions & 2 deletions config/300-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,6 @@ spec:
capabilities:
drop:
- ALL
seccompProfile:
type: RuntimeDefault
resources:
requests:
cpu: 200m
Expand Down
6 changes: 1 addition & 5 deletions config/300-gateway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,9 @@ spec:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: false
runAsNonRoot: true
runAsUser: 65534
runAsGroup: 65534
capabilities:
drop:
- ALL
seccompProfile:
type: RuntimeDefault
volumeMounts:
- name: config-volume
mountPath: /tmp/config
Expand Down Expand Up @@ -206,7 +202,7 @@ metadata:
app.kubernetes.io/version: devel
app.kubernetes.io/name: knative-serving
spec:
minAvailable: 80%
minAvailable: 1
selector:
matchLabels:
app: 3scale-kourier-gateway
Loading

0 comments on commit 10dad83

Please sign in to comment.