some more linting

This commit is contained in:
Kjeld Schouten
2024-04-28 21:24:55 +02:00
parent d2ef9c04a2
commit 062aeafd2e
2 changed files with 96 additions and 0 deletions

View File

@@ -0,0 +1,48 @@
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: ""

View File

@@ -0,0 +1,48 @@
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:
- name: mys3
type: s3
url: ""
region: ""
bucket: ""
accessKey: ""
secretKey: ""
encrKey: ""