Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 419 Bytes

cert-ingress-config.md

File metadata and controls

15 lines (8 loc) · 419 Bytes
  1. Setup Nginx Ingress controller

helm upgrade --install nginx-ingress stable/nginx-ingress

  1. Setup Certificate Manger

helm upgrade --install cert-mgr stable/cert-manager

  1. Setup Certificate Cluster Issuer

kubectl apply -f cluster-issuer-staging.yaml

  1. Test configuration - Demo!

helm upgrade jenkins-ingress --install --namespace livedemo -f ./jenkins-values-demo.yaml stable/jenkins