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…
x
Reference in New Issue
Block a user