Skip to content
Snippets Groups Projects

Update k8s config files to match current standard

Merged Martin Lowe requested to merge malowe/main/k8s-update into main
2 files
+ 6
4
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -18,6 +18,7 @@ spec:
@@ -18,6 +18,7 @@ spec:
app: eclipsefdn-downloads-api
app: eclipsefdn-downloads-api
environment: production
environment: production
spec:
spec:
 
automountServiceAccountToken: false
affinity:
affinity:
nodeAffinity:
nodeAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
preferredDuringSchedulingIgnoredDuringExecution:
@@ -37,10 +38,10 @@ spec:
@@ -37,10 +38,10 @@ spec:
resources:
resources:
limits:
limits:
cpu: 300m
cpu: 300m
memory: 384Mi
memory: 256Mi
requests:
requests:
cpu: 300m
cpu: 300m
memory: 384Mi
memory: 256Mi
startupProbe:
startupProbe:
httpGet:
httpGet:
path: /download/q/health
path: /download/q/health
Loading