switch from Pod to Deployment
ci / build (push) Failing after 1m56s
Details
ci / build (push) Failing after 1m56s
Details
This commit is contained in:
parent
3c04266d58
commit
7773267d20
|
@ -25,6 +25,25 @@ metadata:
|
||||||
namespace: futureporn
|
namespace: futureporn
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/name: strapi
|
app.kubernetes.io/name: strapi
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
apiVersion: apps/v1
|
||||||
|
kind: Deployment
|
||||||
|
metadata:
|
||||||
|
name: strapi
|
||||||
|
namespace: futureporn
|
||||||
|
labels:
|
||||||
|
app.kubernetes.io/name: strapi
|
||||||
|
spec:
|
||||||
|
replicas: 2
|
||||||
|
selector:
|
||||||
|
matchLabels:
|
||||||
|
app: strapi
|
||||||
|
template:
|
||||||
|
metadata:
|
||||||
|
labels:
|
||||||
|
app: strapi
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: strapi
|
- name: strapi
|
||||||
|
|
Loading…
Reference in New Issue