mirror of
https://github.com/truecharts/library-charts.git
synced 2026-07-05 21:01:24 -03:00
56 lines
1.1 KiB
YAML
56 lines
1.1 KiB
YAML
service:
|
|
main:
|
|
enabled: true
|
|
primary: true
|
|
ports:
|
|
main:
|
|
enabled: true
|
|
primary: true
|
|
protocol: http
|
|
port: 8080
|
|
|
|
workload:
|
|
main:
|
|
enabled: true
|
|
primary: true
|
|
type: Deployment
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
enabled: true
|
|
primary: true
|
|
args:
|
|
- --port
|
|
- "8080"
|
|
probes:
|
|
liveness:
|
|
enabled: true
|
|
type: http
|
|
port: "{{ .Values.service.main.ports.main.port }}"
|
|
readiness:
|
|
enabled: true
|
|
type: http
|
|
port: "{{ .Values.service.main.ports.main.port }}"
|
|
startup:
|
|
enabled: true
|
|
type: http
|
|
port: "{{ .Values.service.main.ports.main.port }}"
|
|
|
|
manifestManager:
|
|
enabled: false
|
|
|
|
schedules:
|
|
- name:
|
|
enabled: true
|
|
labels:
|
|
myenv: foo
|
|
annotations:
|
|
myenv: foo
|
|
schedule: "0 0 * * *"
|
|
useOwnerReferencesInBackup: false
|
|
template:
|
|
ttl: "240h"
|
|
storageLocation: default
|
|
includedNamespaces:
|
|
- foo
|