mirror of
https://github.com/truecharts/library-charts.git
synced 2026-07-05 20:41:23 -03:00
49 lines
957 B
YAML
49 lines
957 B
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 }}"
|
|
|
|
|
|
credentials:
|
|
mys3:
|
|
type: s3
|
|
url: ""
|
|
region: ""
|
|
bucket: ""
|
|
accessKey: ""
|
|
secretKey: ""
|
|
encrKey: ""
|