Files
library-charts/library/common-test/ci/credentials-values.yaml
Kjeld Schouten 062aeafd2e some more linting
2024-04-28 21:24:55 +02:00

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: ""