k8s-pulse/helm-chart/values.yaml

26 lines
439 B
YAML
Raw Normal View History

2026-07-24 00:15:19 +00:00
replicaCount: 2
image:
repository: python-web-app
pullPolicy: IfNotPresent
tag: "latest"
service:
type: ClusterIP
port: 80
ingress:
enabled: true
hosts:
- host: k8smonitor.local
paths:
- path: /
pathType: ImplementationSpecific
annotations:
kubernetes.io/ingress.nginx._tls.k8smonitor.local: "cert-manager-challenge"
persistence:
enabled: true
size: 1Gi
storageClassName: standard