Skip to content

Commit

Permalink
auto-operationのマニフェスト書く
Browse files Browse the repository at this point in the history
  • Loading branch information
Azuki-bar committed Nov 24, 2023
1 parent 73acd10 commit e621e61
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 1 deletion.
22 changes: 22 additions & 0 deletions infra/manifests/app/auto-operation/deployment.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: auto-operation
namespace: plarail2023
spec:
selector:
matchLabels:
app: auto-operation
template:
metadata:
labels:
app: auto-operation
spec:
containers:
- name: auto-operation
image: ghcr.io/ueckoken/plarail2023-autooperation:deployment-d17e785-1700807874 # {"$imagepolicy": "plarail2021:auto-operation"}
imagePullPolicy: Always
env:
- name: SERVER_ADDR
value: 'http://state-manager:8080'

2 changes: 2 additions & 0 deletions infra/manifests/app/auto-operation/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
resources:
- 'deployment.yaml'
3 changes: 2 additions & 1 deletion infra/manifests/app/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
resources:
- ./emqx
- './auto-operation'
# - ./emqx

0 comments on commit e621e61

Please sign in to comment.