adamant-kite-43734
06/28/2023, 8:18 PMblue-kitchen-51801
06/28/2023, 8:21 PMgreat-bear-19718
06/29/2023, 12:47 AMgreat-bear-19718
06/29/2023, 12:48 AMblue-kitchen-51801
06/29/2023, 10:18 AMblue-kitchen-51801
06/29/2023, 10:19 AMgreat-bear-19718
06/30/2023, 2:02 AMgreat-bear-19718
06/30/2023, 2:03 AMgreat-bear-19718
06/30/2023, 2:03 AMgreat-bear-19718
06/30/2023, 2:03 AMgreat-bear-19718
06/30/2023, 2:04 AMports:
- containerPort: 80
hostPort: 80
name: http
protocol: TCP
- containerPort: 443
hostPort: 443
name: https
protocol: TCP
- containerPort: 8444
name: webhook
protocol: TCP
readinessProbe:
failureThreshold: 3
httpGet:
path: /healthz
port: 10254
scheme: HTTP
initialDelaySeconds: 10
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 1
resources:
requests:
cpu: 100m
memory: 90Mi
securityContext:
allowPrivilegeEscalation: true
capabilities:
add:
- NET_BIND_SERVICE
drop:
- ALL
runAsUser: 101
you would need to change this in rke2-ingress-nginx-controller
in kube-system
nsblue-kitchen-51801
06/30/2023, 3:57 AM