Skip to content

Commit

Permalink
feat: add vscode for config editing
Browse files Browse the repository at this point in the history
  • Loading branch information
mihirsamdarshi committed Dec 15, 2023
1 parent 06d8005 commit 0dc4cc1
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions kubernetes/apps/downloads/qbittorrent/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,33 @@ spec:
podAnnotations:
setGateway: "true"
backup.velero.io/backup-volumes-excludes: data

addons:
codeserver:
enabled: true
image:
repository: codercom/code-server
tag: 4.19.1
workingDir: "/config"
args:
- --user-data-dir
- "/config/.vscode"
- --auth
- "none"
- --extensions-dir
- "/config/.vscode"
ingress:
enabled: true
ingressClassName: nginx
hosts:
- host: &host "qbconfig.${SECRET_DOMAIN_LOCAL}"
paths:
- path: /
pathType: Prefix
tls:
- hosts:
- *host
volumeMounts:
- name: config
mountPath: /config

0 comments on commit 0dc4cc1

Please sign in to comment.