We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e6a75b commit 5df9955Copy full SHA for 5df9955
.fleet/frontend-deployment.yaml
@@ -0,0 +1,21 @@
1
+apiVersion: apps/v1
2
+kind: Deployment
3
+metadata:
4
+ name: frontend
5
+spec:
6
+ selector:
7
+ matchLabels:
8
+ app: codex
9
+ tier: frontend
10
+ replicas: 1
11
+ template:
12
+ metadata:
13
+ labels:
14
15
16
+ spec:
17
+ containers:
18
+ - name: app
19
+ image: ghcr.io/aulasoftwarelibre/codex:v1.0
20
+ ports:
21
+ - containerPort: 3000
.fleet/frontend-service.yaml
@@ -0,0 +1,14 @@
+apiVersion: v1
+kind: Service
+ type: NodePort
+ - port: 3000
0 commit comments