Change security context
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
2185f17ea0
commit
ff4110e851
@ -12,17 +12,19 @@ spec:
|
|||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app: node-red
|
app: node-red
|
||||||
spec:
|
securityContext:
|
||||||
containers:
|
fsGroup: 1000
|
||||||
- name: freshrss
|
spec:
|
||||||
image: nodered/node-red
|
containers:
|
||||||
ports:
|
- name: freshrss
|
||||||
- containerPort: 1880
|
image: nodered/node-red
|
||||||
volumeMounts:
|
ports:
|
||||||
- name: node-red-data
|
- containerPort: 1880
|
||||||
mountPath: /data
|
volumeMounts:
|
||||||
volumes:
|
- name: node-red-data
|
||||||
- name: node-red-data
|
mountPath: /data
|
||||||
persistentVolumeClaim:
|
volumes:
|
||||||
claimName: node-red-pvc
|
- name: node-red-data
|
||||||
|
persistentVolumeClaim:
|
||||||
|
claimName: node-red-pvc
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user