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.
24 lines
469 B
24 lines
469 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.jameslavender.com
|
|
paths:
|
|
- path: /
|
|
tls:
|
|
hosts:
|
|
- kube.jameslavender.com
|
|
|
|
autoscaling:
|
|
enabled: true
|
|
minReplicas: 1
|
|
maxReplicas: 10
|
|
|