Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

不要マニフェストを削除 #331

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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
8 changes: 0 additions & 8 deletions docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ group "default" {
"internal",
"json2grpc",
"multicaster",
"positioning",
"webrtc-sender",
"camera_sender",
"frontend",
Expand Down Expand Up @@ -61,13 +60,6 @@ target "multicaster" {
]
}

target "positioning" {
context = "./backend/positioning"
tags = [
GET_TAG("positioning")
]
}

target "webrtc-sender" {
context = "./frontend/momo_sender"
tags = [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
apiVersion: image.toolkit.fluxcd.io/v1beta1
kind: ImagePolicy
metadata:
name: positioning
name: frontend-camera-sender
namespace: plarail2021
spec:
imageRepositoryRef:
name: positioning
name: frontend-camera-sender
filterTags:
pattern: '[a-f0-9]+-(?P<ts>[0-9]+)'
extract: '$ts'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: image.toolkit.fluxcd.io/v1beta1
kind: ImageRepository
metadata:
name: positioning
name: frontend-camera-sender
namespace: plarail2021
spec:
image: ghcr.io/ueckoken/plarail2022-positioning
image: ghcr.io/ueckoken/plarail2022-camera_sender
interval: 1m0s
8 changes: 4 additions & 4 deletions manifests/imageautomation/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
resources:
- ./auto-operation
- ./external
- ./frontend
- ./frontend-camera-sender
- ./frontend-python
- ./internal
- ./logviewer
- ./webrtc-receiver
- ./webrtc-sender
- ./receiver
- ./automation.yaml
- ./positioning
- ./auto-operation
- ./logviewer
14 changes: 0 additions & 14 deletions manifests/manifests/control-internal/endpoint.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions manifests/manifests/control-internal/kustomization.yaml

This file was deleted.

14 changes: 0 additions & 14 deletions manifests/manifests/control-internal/monitor.yaml

This file was deleted.

15 changes: 0 additions & 15 deletions manifests/manifests/control-internal/service.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion manifests/manifests/frontend-camera-sender/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: soft-camera-sender
image: ghcr.io/ueckoken/plarail2022-camera_sender:df4f652-1668679369 # FIXME
image: ghcr.io/ueckoken/plarail2022-camera_sender:df4f652-1668679369 # {"$imagepolicy": "plarail2021:frontend-camera-sender"}
imagePullPolicy: Always
ports:
- containerPort: 8080
12 changes: 5 additions & 7 deletions manifests/manifests/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
resources:
- ./frontend
- ./python-webrtc-server
- ./auto-operation
- ./external
- ./frontend
- ./frontend-camera-sender
- ./internal
- ./logviewer
- ./receiver-test
- ./webrtc-sender
- ./logviewer
- ./internal
# - ./positioning
- ./frontend-camera-sender
- ./auto-operation
33 changes: 0 additions & 33 deletions manifests/manifests/positioning/deployment.yaml

This file was deleted.

14 changes: 0 additions & 14 deletions manifests/manifests/positioning/ingressroute.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions manifests/manifests/positioning/kustomization.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions manifests/manifests/positioning/service.yaml

This file was deleted.

14 changes: 0 additions & 14 deletions manifests/manifests/speed/endpoint.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions manifests/manifests/speed/kustomization.yaml

This file was deleted.

15 changes: 0 additions & 15 deletions manifests/manifests/speed/monitor.yaml

This file was deleted.

15 changes: 0 additions & 15 deletions manifests/manifests/speed/service.yaml

This file was deleted.