15 lines
208 B
YAML
15 lines
208 B
YAML
image:
|
|
tag: "1.0.0"
|
|
|
|
ingress:
|
|
enabled: true
|
|
hosts:
|
|
- host: web-check.k8s.morthimer.fr
|
|
paths:
|
|
- path: /
|
|
pathType: Prefix
|
|
|
|
resources:
|
|
limits:
|
|
cpu: "0.3"
|
|
memory: 256Mi |