Configuration for deploying a static Jekyll site to an LKE cluster.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

26 lines
538 B

---
replicaCount: 3
image:
repository: jlavend1/jekyll-static-site
# Overrides the image tag whose default is the chart appVersion.
ingress:
annotations: {
kubernetes.io/ingress.class: "nginx",
cert-manager.io/cluster-issuer: "certmanager-production-issuer"
}
hosts:
- host: kube.example.com
paths:
- path: /
pathType: ImplementationSpecific
tls:
- secretName: le-secret-production
hosts:
- kube.example.com
autoscaling:
enabled: true
minReplicas: 1
maxReplicas: 10