olares: change kube-rbac-proxy image repo (#1892)

This commit is contained in:
eball
2025-09-30 14:20:09 +08:00
committed by GitHub
parent c54d8fc956
commit d7844ee4a7
4 changed files with 5 additions and 5 deletions

View File

@@ -48,7 +48,7 @@ spec:
- --secure-listen-address=:8443
- --tls-cipher-suites=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,TLS_RSA_WITH_AES_128_CBC_SHA256,TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256
- --upstream=http://127.0.0.1:8080/
image: bitnami/kube-rbac-proxy:0.19.0
image: beclab/kube-rbac-proxy:0.19.0
name: kube-rbac-proxy
ports:
- containerPort: 8443