mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-10 17:39:43 +00:00
sshct: use image v3.6.0
This commit is contained in:
parent
037f1d9333
commit
0739f4232c
1 changed files with 1 additions and 34 deletions
|
|
@ -25,29 +25,9 @@ spec:
|
|||
hostPath:
|
||||
path: /var/run/docker.sock
|
||||
type: Socket
|
||||
- name: host-perf
|
||||
hostPath:
|
||||
path: /usr/bin/perf
|
||||
type: File
|
||||
- name: host-perf-5-10
|
||||
hostPath:
|
||||
path: /usr/bin/perf_5.10
|
||||
type: File
|
||||
- name: host-lib-modules
|
||||
hostPath:
|
||||
path: /lib/modules
|
||||
type: Directory
|
||||
- name: host-kernel-debug
|
||||
hostPath:
|
||||
path: /sys/kernel/debug
|
||||
type: Directory
|
||||
#- name: gorilychrume
|
||||
# hostPath:
|
||||
# path: /data/gorilych.ru/me
|
||||
# type:
|
||||
containers:
|
||||
- name: sshct
|
||||
image: gorilych/sshct:v3.5.0
|
||||
image: gorilych/sshct:v3.6.0
|
||||
imagePullPolicy: IfNotPresent
|
||||
env:
|
||||
- name: CTUSERPWD
|
||||
|
|
@ -63,19 +43,6 @@ spec:
|
|||
name: home
|
||||
- mountPath: /var/run/docker.sock
|
||||
name: dockersock
|
||||
- mountPath: /usr/bin/perf
|
||||
name: host-perf
|
||||
readOnly: true
|
||||
- mountPath: /usr/bin/perf_5.10
|
||||
name: host-perf-5-10
|
||||
readOnly: true
|
||||
- mountPath: /lib/modules
|
||||
name: host-lib-modules
|
||||
readOnly: true
|
||||
- mountPath: /sys/kernel/debug
|
||||
name: host-kernel-debug
|
||||
#- mountPath: /home/www/me
|
||||
# name: gorilychrume
|
||||
---
|
||||
kind: Service
|
||||
apiVersion: v1
|
||||
|
|
|
|||
Loading…
Reference in a new issue