diff --git a/kustomize/bases/deluge/deluge-deployment.yaml b/kustomize/bases/deluge/deluge-deployment.yaml index 6fc5509..1dbfbc1 100644 --- a/kustomize/bases/deluge/deluge-deployment.yaml +++ b/kustomize/bases/deluge/deluge-deployment.yaml @@ -23,6 +23,7 @@ spec: - name: http containerPort: 8112 - name: deluge-daemon + hostPort: 58846 containerPort: 58846 - name: torrent-tcp containerPort: 6881 diff --git a/kustomize/bases/gitea/gitea-deployment.yaml b/kustomize/bases/gitea/gitea-deployment.yaml index b46c0d3..3973702 100644 --- a/kustomize/bases/gitea/gitea-deployment.yaml +++ b/kustomize/bases/gitea/gitea-deployment.yaml @@ -48,6 +48,7 @@ spec: - name: http containerPort: 3000 - name: ssh + hostPort: 2222 containerPort: 22 resources: requests: diff --git a/kustomize/bases/traefik/traefik-helmchartconfig.yaml b/kustomize/bases/traefik/traefik-helmchartconfig.yaml index 29b86eb..b0d22aa 100644 --- a/kustomize/bases/traefik/traefik-helmchartconfig.yaml +++ b/kustomize/bases/traefik/traefik-helmchartconfig.yaml @@ -14,6 +14,8 @@ spec: ports: traefik: expose: true + websecure: + hostPort: 8443 # ports: # web: # redirectTo: websecure \ No newline at end of file