Selasa, 13 Agustus 2024

Create secret for SSL Certificate on Ingress

 kubectl create secret  tls wildcard-secret \

--cert=wildcard.crt \

--key=wildcard.key \

-n your-app-namespace --output yaml > tls.yml


apply the configuration file
kubectl apply -f tls.yml

Tidak ada komentar: