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,7 +25,26 @@ metadata:
|
|||
namespace: futureporn
|
||||
labels:
|
||||
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:
|
||||
containers:
|
||||
- name: strapi
|
||||
image: "{{ .Values.strapi.imageName }}"
|
||||
|
|
Loading…
Reference in New Issue