mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-04 08:57:04 +02:00
35 lines
636 B
YAML
35 lines
636 B
YAML
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: /
|
|
service:
|
|
name: main
|
|
port: http
|
|
tls:
|
|
- hosts:
|
|
- "test.local"
|
|
|
|
persistence:
|
|
media:
|
|
type: persistentVolumeClaim
|
|
accessMode: ReadWriteOnce
|
|
size: 1Gi
|