proxy-pool/deploy/kubernetes/overlays/development-mtls/checker-patch.yaml

24 lines
686 B
YAML

apiVersion: apps/v1
kind: Deployment
metadata:
name: proxy-checker
namespace: proxy-pool
spec:
replicas: 1
template:
spec:
containers:
- name: checker
env:
- {name: PROXY_POOL_CONTROL_PLANE_ADDRESS, value: controller:8443}
- {name: PROXY_POOL_AUTO_IDENTITY, value: "true"}
- {name: PROXY_POOL_CHECKER_MAX_IN_FLIGHT, value: "200"}
volumeMounts:
- name: controlplane-checker-tls
mountPath: /run/proxy-pool-tls/client
readOnly: true
volumes:
- name: controlplane-checker-tls
secret:
secretName: proxy-pool-controlplane-checker-tls