Skip to content

Commit

Permalink
operators [R] knative-operator (1.4.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent authored Apr 21, 2022
1 parent e97cc1c commit c8c3ef0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 126 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -529,97 +529,6 @@ spec:
name: metrics
resources: {}
serviceAccountName: knative-operator
- name: operator-webhook
spec:
selector:
matchLabels:
app: operator-webhook
role: operator-webhook
strategy: {}
template:
metadata:
annotations:
cluster-autoscaler.kubernetes.io/safe-to-evict: "false"
labels:
app: operator-webhook
app.kubernetes.io/component: operator-webhook
app.kubernetes.io/name: knative-operator
app.kubernetes.io/version: v1.4.0
operator.knative.dev/release: v1.4.0
role: operator-webhook
spec:
affinity:
podAntiAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
- podAffinityTerm:
labelSelector:
matchLabels:
app: webhook
topologyKey: kubernetes.io/hostname
weight: 100
containers:
- env:
- name: POD_NAME
valueFrom:
fieldRef:
fieldPath: metadata.name
- name: SYSTEM_NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
- name: CONFIG_LOGGING_NAME
value: config-logging
- name: CONFIG_OBSERVABILITY_NAME
value: config-observability
- name: WEBHOOK_NAME
value: operator-webhook
- name: WEBHOOK_PORT
value: "8443"
- name: METRICS_DOMAIN
value: knative.dev/operator
image: gcr.io/knative-releases/knative.dev/operator/cmd/webhook:v1.4.0
livenessProbe:
failureThreshold: 6
httpGet:
httpHeaders:
- name: k-kubelet-probe
value: webhook
port: 8443
scheme: HTTPS
initialDelaySeconds: 20
periodSeconds: 1
name: operator-webhook
ports:
- containerPort: 9090
name: metrics
- containerPort: 8008
name: profiling
- containerPort: 8443
name: https-webhook
readinessProbe:
httpGet:
httpHeaders:
- name: k-kubelet-probe
value: webhook
port: 8443
scheme: HTTPS
periodSeconds: 1
resources:
limits:
cpu: 500m
memory: 500Mi
requests:
cpu: 100m
memory: 100Mi
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- all
readOnlyRootFilesystem: true
runAsNonRoot: true
serviceAccountName: operator-webhook
terminationGracePeriodSeconds: 300
permissions:
- rules:
- apiGroups:
Expand Down

0 comments on commit c8c3ef0

Please sign in to comment.