Skip to content

Commit

Permalink
remove unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
SevenWaysDP committed Jul 19, 2024
1 parent 0f4aeeb commit 44962ae
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
6 changes: 0 additions & 6 deletions ansible/roles/tldraw-server/templates/deployment.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,6 @@ spec:
- containerPort: 3345
name: tldraw-ws
protocol: TCP
- containerPort: 3349
name: tldraw-http
protocol: TCP
- containerPort: 9090
name: api-metrics
protocol: TCP
envFrom:
- configMapRef:
name: tldraw-server-configmap
Expand Down
9 changes: 0 additions & 9 deletions ansible/roles/tldraw-server/templates/server-svc.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,5 @@ spec:
targetPort: 3345
protocol: TCP
name: tldraw-ws
# port for http managing drawing data
- port: 3349
targetPort: 3349
protocol: TCP
name: tldraw-http
- port: {{ PORT_METRICS_SERVER }}
targetPort: 9090
protocol: TCP
name: api-metrics
selector:
app: tldraw-server

0 comments on commit 44962ae

Please sign in to comment.