mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-10 17:39:43 +00:00
sshct: 4.0.0
This commit is contained in:
parent
8ddeba5216
commit
cdd93a7615
1 changed files with 7 additions and 6 deletions
|
|
@ -29,16 +29,17 @@ spec:
|
||||||
- name: sshct
|
- name: sshct
|
||||||
securityContext:
|
securityContext:
|
||||||
privileged: true
|
privileged: true
|
||||||
image: ghcr.io/amkartashov/sshct:v3.8.0
|
image: ghcr.io/amkartashov/sshct:v4.0.0
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
- name: CT_SSH_PORT
|
- name: CT_SSH_PORT
|
||||||
value: "30810"
|
value: "30810"
|
||||||
#- name: CTUSERPWD
|
- name: CT_TIMEZONE
|
||||||
# valueFrom:
|
value: Asia/Novosibirsk
|
||||||
# secretKeyRef:
|
- name: CT_LOCALE
|
||||||
# name: sshct
|
value: ru_RU.UTF-8
|
||||||
# key: password
|
- name: CT_USERGROUPS
|
||||||
|
value: docker:999
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /home
|
- mountPath: /home
|
||||||
name: home
|
name: home
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue