feature: add ability to attach ports to code server (#6015)

This commit is contained in:
Samuel Walker
2023-02-13 13:56:05 -05:00
committed by GitHub
parent 36daac3031
commit 4fb87f920f
4 changed files with 17 additions and 1 deletions

View File

@@ -196,3 +196,8 @@ extraConfigmapMounts: []
# subPath: certificates.crt # (optional)
# configMap: certs-configmap
# readOnly: true
extraPorts: []
# - name: minecraft
# port: 25565
# protocol: tcp