Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/docs/service/art-net.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ xxxの部分は各LED BARごとに異なります。各基盤を参照してく

## LED PAR・Moving Head
LED PAR・Moving HeadはDMX信号で制御します。網内で提供しているコンテナ基盤では、Art-Net信号をDMX信号に変換するサービスを提供しています。
変換サービスは`dmx.svc.technotut.net`及び`10.11.240.254`にて提供しています。
変換サービスは`dmx.svc.technotut.net`及び`10.12.240.254`にて提供しています。
Web-GUIで設定を行う場合は、http://dmx.svc.technotut.net/ にアクセスしてください。

詳細は、[TechnoTUT/qlcplus-artnet-to-dmx-converter](https://github.com/TechnoTUT/qlcplus-artnet-to-dmx-converter)を参照してください。
37 changes: 0 additions & 37 deletions k8s/manifest/bind9/configmap-options.yaml

This file was deleted.

19 changes: 0 additions & 19 deletions k8s/manifest/bind9/configmap-svc-zone.yaml

This file was deleted.

57 changes: 0 additions & 57 deletions k8s/manifest/bind9/deployment.yaml

This file was deleted.

22 changes: 0 additions & 22 deletions k8s/manifest/bind9/service.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions k8s/manifest/bind9/volume.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion k8s/manifest/blt-xz/debian13-svc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
selector:
vm.kubevirt.io/name: blt-xz
type: LoadBalancer
loadBalancerIP: 10.11.210.253
loadBalancerIP: 10.12.210.253
ports:
- name: ssh
port: 22
Expand Down
2 changes: 1 addition & 1 deletion k8s/manifest/blt-xz/novnc-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
containers:
- name: novnc
image: ghcr.io/technotut/novnc:main
args: ["6080", "10.11.210.253:5901"]
args: ["6080", "10.12.210.253:5901"]
imagePullPolicy: Always
ports:
- containerPort: 6080
Expand Down
19 changes: 19 additions & 0 deletions k8s/manifest/blt/debian13-datavolume.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
apiVersion: cdi.kubevirt.io/v1beta1
kind: DataVolume
metadata:
name: blt-dv
namespace: blt
spec:
source:
http:
url: "https://cdimage.debian.org/images/cloud/trixie/latest/debian-13-generic-amd64.raw"

pvc:
accessModes:
- ReadWriteOnce

resources:
requests:
storage: 15Gi

storageClassName: local-path
16 changes: 0 additions & 16 deletions k8s/manifest/blt/debian13-pvc.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion k8s/manifest/blt/debian13-svc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
selector:
vm.kubevirt.io/name: blt
type: LoadBalancer
loadBalancerIP: 10.11.210.254
loadBalancerIP: 10.12.210.254
ports:
- name: ssh
port: 22
Expand Down
Loading
Loading