mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2024-11-25 01:10:22 +00:00
Update longhorn.yaml
This commit is contained in:
parent
464154bd57
commit
add77826d4
1 changed files with 6 additions and 6 deletions
|
@ -4147,8 +4147,8 @@ spec:
|
|||
valueFrom:
|
||||
fieldRef:
|
||||
fieldPath: spec.nodeName
|
||||
nodeSelector:
|
||||
longhorn: "true"
|
||||
nodeSelector:
|
||||
longhorn: "true"
|
||||
volumes:
|
||||
- name: dev
|
||||
hostPath:
|
||||
|
@ -4232,8 +4232,8 @@ spec:
|
|||
value: "longhornio/csi-snapshotter:v6.2.1"
|
||||
- name: CSI_LIVENESS_PROBE_IMAGE
|
||||
value: "longhornio/livenessprobe:v2.9.0"
|
||||
nodeSelector:
|
||||
longhorn: "true"
|
||||
nodeSelector:
|
||||
longhorn: "true"
|
||||
serviceAccountName: longhorn-service-account
|
||||
securityContext:
|
||||
runAsUser: 0
|
||||
|
@ -4293,8 +4293,8 @@ spec:
|
|||
value: "http://longhorn-backend:9500"
|
||||
- name: LONGHORN_UI_PORT
|
||||
value: "8000"
|
||||
nodeSelector:
|
||||
longhorn: "true"
|
||||
nodeSelector:
|
||||
longhorn: "true"
|
||||
volumes:
|
||||
- emptyDir: {}
|
||||
name: nginx-cache
|
||||
|
|
Loading…
Reference in a new issue