add indentation and allow for local image

This commit is contained in:
Tim Urista
2020-07-16 16:30:20 -07:00
parent e888e1865d
commit d96e578776
2 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ spec:
containers:
- name: app
image: spotify/backstage:latest
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
ports:
- containerPort: 80
name: app
+14 -14
View File
@@ -11,17 +11,17 @@ spec:
matchLabels:
app: backstage
component: backend
template:
metadata:
labels:
app: backstage
component: backend
spec:
containers:
- name: backend
image: spotify/backstage-backend:latest
imagePullPolicy: Always
ports:
- containerPort: 7000
name: backend
protocol: TCP
template:
metadata:
labels:
app: backstage
component: backend
spec:
containers:
- name: backend
image: spotify/backstage-backend:latest
imagePullPolicy: IfNotPresent
ports:
- containerPort: 7000
name: backend
protocol: TCP