Skip to content
Snippets Groups Projects

SDK 1.1.1 update + k8s patches

Merged Martin Lowe requested to merge malowe/master/1.1.1-sdk into master
3 files
+ 6
12
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -18,6 +18,7 @@ spec:
app: geoip-rest-api
environment: production
spec:
automountServiceAccountToken: false
affinity:
nodeAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
@@ -31,7 +32,7 @@ spec:
containers:
- name: app
image: eclipsefdn/geoip-rest-api:latest
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
ports:
- containerPort: 8080
resources:
Loading