forked from wormhole-foundation/wormhole
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbridge-ui.yaml
More file actions
45 lines (45 loc) · 835 Bytes
/
bridge-ui.yaml
File metadata and controls
45 lines (45 loc) · 835 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---
apiVersion: v1
kind: Service
metadata:
name: bridge-ui
labels:
app: bridge-ui
spec:
ports:
- port: 8001
name: http
protocol: TCP
clusterIP: None
selector:
app: bridge-ui
---
apiVersion: apps/v1
kind: StatefulSet
metadata:
name: bridge-ui
spec:
selector:
matchLabels:
app: bridge-ui
serviceName: bridge-ui
replicas: 1
template:
metadata:
labels:
app: bridge-ui
spec:
terminationGracePeriodSeconds: 1
containers:
- name: bridge-ui
image: bridge-ui
# entrypoint set dynamically in Tiltfile
tty: true
ports:
- containerPort: 3000
name: npxserver
protocol: TCP
readinessProbe:
httpGet:
port: npxserver
path: /