2023-12-14 20:51:44 +00:00
|
|
|
---
|
|
|
|
apiVersion: apps/v1
|
|
|
|
kind: Deployment
|
|
|
|
metadata:
|
|
|
|
labels:
|
|
|
|
app.kubernetes.io/component: manager
|
|
|
|
app.kubernetes.io/created-by: dragonfly-operator
|
|
|
|
app.kubernetes.io/instance: controller-manager
|
|
|
|
app.kubernetes.io/managed-by: kustomize
|
|
|
|
app.kubernetes.io/name: deployment
|
|
|
|
app.kubernetes.io/part-of: dragonfly-operator
|
|
|
|
control-plane: controller-manager
|
|
|
|
name: dragonfly-operator-controller-manager
|
|
|
|
namespace: dragonfly-operator-system
|
|
|
|
spec:
|
|
|
|
replicas: 1
|
|
|
|
selector:
|
|
|
|
matchLabels:
|
|
|
|
control-plane: controller-manager
|
|
|
|
template:
|
|
|
|
metadata:
|
|
|
|
annotations:
|
|
|
|
kubectl.kubernetes.io/default-container: manager
|
|
|
|
labels:
|
|
|
|
control-plane: controller-manager
|
|
|
|
spec:
|
|
|
|
affinity:
|
|
|
|
nodeAffinity:
|
2023-12-21 13:56:26 +00:00
|
|
|
preferredDuringSchedulingIgnoredDuringExecution:
|
|
|
|
- weight: 1
|
|
|
|
preference:
|
|
|
|
matchExpressions:
|
|
|
|
- key: kubernetes.io/arch
|
|
|
|
operator: In
|
|
|
|
values:
|
|
|
|
- arm64
|
2023-12-14 20:51:44 +00:00
|
|
|
requiredDuringSchedulingIgnoredDuringExecution:
|
|
|
|
nodeSelectorTerms:
|
|
|
|
- matchExpressions:
|
|
|
|
- key: kubernetes.io/arch
|
|
|
|
operator: In
|
|
|
|
values:
|
|
|
|
- amd64
|
|
|
|
- arm64
|
|
|
|
- ppc64le
|
|
|
|
- s390x
|
|
|
|
- key: kubernetes.io/os
|
|
|
|
operator: In
|
|
|
|
values:
|
|
|
|
- linux
|
|
|
|
containers:
|
|
|
|
- args:
|
|
|
|
- --secure-listen-address=0.0.0.0:8443
|
|
|
|
- --upstream=http://127.0.0.1:8080/
|
|
|
|
- --logtostderr=true
|
|
|
|
- --v=0
|
|
|
|
image: kube-rbac-proxy
|
|
|
|
name: kube-rbac-proxy
|
|
|
|
ports:
|
|
|
|
- containerPort: 8443
|
|
|
|
name: https
|
|
|
|
protocol: TCP
|
|
|
|
resources:
|
|
|
|
limits:
|
|
|
|
cpu: 500m
|
|
|
|
memory: 128Mi
|
|
|
|
requests:
|
|
|
|
cpu: 5m
|
|
|
|
memory: 64Mi
|
|
|
|
securityContext:
|
|
|
|
allowPrivilegeEscalation: false
|
|
|
|
capabilities:
|
|
|
|
drop:
|
|
|
|
- ALL
|
|
|
|
- args:
|
|
|
|
- --health-probe-bind-address=:8081
|
|
|
|
- --metrics-bind-address=127.0.0.1:8080
|
|
|
|
- --leader-elect
|
|
|
|
command:
|
|
|
|
- /manager
|
|
|
|
image: dragonfly-operator
|
|
|
|
livenessProbe:
|
|
|
|
httpGet:
|
|
|
|
path: /healthz
|
|
|
|
port: 8081
|
|
|
|
initialDelaySeconds: 15
|
|
|
|
periodSeconds: 20
|
|
|
|
name: manager
|
|
|
|
readinessProbe:
|
|
|
|
httpGet:
|
|
|
|
path: /readyz
|
|
|
|
port: 8081
|
|
|
|
initialDelaySeconds: 5
|
|
|
|
periodSeconds: 10
|
|
|
|
resources:
|
|
|
|
limits:
|
|
|
|
cpu: 500m
|
|
|
|
memory: 128Mi
|
|
|
|
requests:
|
|
|
|
cpu: 10m
|
|
|
|
memory: 64Mi
|
|
|
|
securityContext:
|
|
|
|
allowPrivilegeEscalation: false
|
|
|
|
capabilities:
|
|
|
|
drop:
|
|
|
|
- ALL
|
|
|
|
securityContext:
|
|
|
|
runAsNonRoot: true
|
|
|
|
serviceAccountName: dragonfly-operator-controller-manager
|
|
|
|
terminationGracePeriodSeconds: 10
|