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.
25 lines
469 B
25 lines
469 B
3 years ago
|
---
|
||
|
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
|