mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-10 17:39:43 +00:00
services: sshct: specify hostPath types
This commit is contained in:
parent
0d2f7545aa
commit
417b8157de
1 changed files with 2 additions and 1 deletions
|
|
@ -20,10 +20,11 @@ spec:
|
|||
- name: home
|
||||
hostPath:
|
||||
path: /data/home
|
||||
type:
|
||||
type: DirectoryOrCreate
|
||||
- name: dockersock
|
||||
hostPath:
|
||||
path: /var/run/docker.sock
|
||||
type: Socket
|
||||
#- name: gorilychrume
|
||||
# hostPath:
|
||||
# path: /data/gorilych.ru/me
|
||||
|
|
|
|||
Loading…
Reference in a new issue