This commit is contained in:
parent
ff4110e851
commit
518fd38a0b
@ -5,6 +5,8 @@ metadata:
|
|||||||
namespace: node-red-ns
|
namespace: node-red-ns
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
|
securityContext:
|
||||||
|
fsGroup: 1000
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: node-red
|
app: node-red
|
||||||
@ -12,19 +14,17 @@ spec:
|
|||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app: node-red
|
app: node-red
|
||||||
securityContext:
|
spec:
|
||||||
fsGroup: 1000
|
containers:
|
||||||
spec:
|
- name: freshrss
|
||||||
containers:
|
image: nodered/node-red
|
||||||
- name: freshrss
|
ports:
|
||||||
image: nodered/node-red
|
- containerPort: 1880
|
||||||
ports:
|
volumeMounts:
|
||||||
- containerPort: 1880
|
- name: node-red-data
|
||||||
volumeMounts:
|
mountPath: /data
|
||||||
- name: node-red-data
|
volumes:
|
||||||
mountPath: /data
|
- name: node-red-data
|
||||||
volumes:
|
persistentVolumeClaim:
|
||||||
- name: node-red-data
|
claimName: node-red-pvc
|
||||||
persistentVolumeClaim:
|
|
||||||
claimName: node-red-pvc
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user