helm-charts/charts/library/common/test-chart/ci/basic-values.yaml
Bernd Schorgers a01a89cb13
feat(common): Release common 4.0.0 (#398)
Co-authored-by: lab-assistant[bot] <180935599+lab-assistant[bot]@users.noreply.github.com>
2025-05-16 08:55:14 +02:00

40 lines
696 B
YAML

---
# yaml-language-server: $schema=../../../common/values.schema.json
controllers:
main:
containers:
main:
image:
repository: ghcr.io/mendhak/http-https-echo
tag: 31
pullPolicy: IfNotPresent
probes:
liveness:
enabled: true
readiness:
enabled: true
startup:
enabled: true
ingress:
main:
hosts:
- host: "test.local"
paths:
- path: /
tls:
- hosts:
- "test.local"
service:
main:
ports:
http:
port: 8080
persistence:
media:
type: persistentVolumeClaim
accessMode: ReadWriteOnce
size: 1Gi