mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-11 09:59: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
|
- name: home
|
||||||
hostPath:
|
hostPath:
|
||||||
path: /data/home
|
path: /data/home
|
||||||
type:
|
type: DirectoryOrCreate
|
||||||
- name: dockersock
|
- name: dockersock
|
||||||
hostPath:
|
hostPath:
|
||||||
path: /var/run/docker.sock
|
path: /var/run/docker.sock
|
||||||
|
type: Socket
|
||||||
#- name: gorilychrume
|
#- name: gorilychrume
|
||||||
# hostPath:
|
# hostPath:
|
||||||
# path: /data/gorilych.ru/me
|
# path: /data/gorilych.ru/me
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue