Skip to content

Commit 9a57972

Browse files
committed
chore: update to new tty image and remove overrides
1 parent ef7a342 commit 9a57972

File tree

2 files changed

+8
-24
lines changed

2 files changed

+8
-24
lines changed

src/ttyManifests/adminTtyManifests/tty_02_Pod.yaml

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,8 @@ spec:
1111
securityContext:
1212
runAsUser: 1001
1313
runAsGroup: 1001
14-
volumes:
15-
- name: kconfig
16-
configMap:
17-
name: kconfig-team-$TARGET_TEAM
1814
containers:
19-
- image: linode/apl-tty:1.2.2
15+
- image: linode/apl-tty:1.2.3
2016
name: po
2117
resources:
2218
requests:
@@ -25,11 +21,7 @@ spec:
2521
limits:
2622
memory: '256Mi'
2723
cpu: '500m'
28-
volumeMounts:
29-
- name: kconfig
30-
mountPath: /etc/kconfig
31-
command:
32-
- bash
33-
- -c
34-
- bash /etc/kconfig/kconfig.sh && ttyd -w /home/user -W -p 8080 tmux new -A
24+
env:
25+
- name: NAMESPACE
26+
value: team-$TARGET_TEAM
3527
---

src/ttyManifests/tty_02_Pod.yaml

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,8 @@ spec:
1111
securityContext:
1212
runAsUser: 1001
1313
runAsGroup: 1001
14-
volumes:
15-
- name: kconfig
16-
configMap:
17-
name: kconfig-team-$TARGET_TEAM
1814
containers:
19-
- image: linode/apl-tty:1.2.2
15+
- image: linode/apl-tty:1.2.3
2016
name: po
2117
resources:
2218
requests:
@@ -25,11 +21,7 @@ spec:
2521
limits:
2622
memory: '256Mi'
2723
cpu: '500m'
28-
volumeMounts:
29-
- name: kconfig
30-
mountPath: /etc/kconfig
31-
command:
32-
- bash
33-
- -c
34-
- bash /etc/kconfig/kconfig.sh && ttyd -w /home/user -W -p 8080 tmux new -A
24+
env:
25+
- name: NAMESPACE
26+
value: team-$TARGET_TEAM
3527
---

0 commit comments

Comments
 (0)