Skip to content

Commit f1e302e

Browse files
committed
adding manifest comparisions
1 parent e9b9d95 commit f1e302e

File tree

351 files changed

+101429
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

351 files changed

+101429
-2
lines changed
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
apiVersion: v1
2+
kind: Service
3+
metadata:
4+
name: agoric-3-genesis
5+
labels:
6+
starship.io/name: starship-e2e-tests
7+
app.kubernetes.io/version: 4.0.0-alpha.0
8+
app.kubernetes.io/managed-by: starship
9+
app.kubernetes.io/component: chain
10+
app.kubernetes.io/name: agoric-3-genesis
11+
app.kubernetes.io/type: agoric-3-service
12+
app.kubernetes.io/role: genesis
13+
starship.io/chain-name: agoric
14+
starship.io/chain-id: agoric-3
15+
spec:
16+
clusterIP: None
17+
ports:
18+
- name: p2p
19+
port: 26656
20+
protocol: TCP
21+
targetPort: '26656'
22+
- name: address
23+
port: 26658
24+
protocol: TCP
25+
targetPort: '26658'
26+
- name: grpc
27+
port: 9090
28+
protocol: TCP
29+
targetPort: '9090'
30+
- name: grpc-web
31+
port: 9091
32+
protocol: TCP
33+
targetPort: '9091'
34+
- name: rest
35+
port: 1317
36+
protocol: TCP
37+
targetPort: '1317'
38+
- name: rpc
39+
port: 26657
40+
protocol: TCP
41+
targetPort: '26657'
42+
- name: metrics
43+
port: 26660
44+
protocol: TCP
45+
targetPort: '26660'
46+
- name: exposer
47+
port: 8081
48+
protocol: TCP
49+
targetPort: '8081'
50+
- name: faucet
51+
port: 8000
52+
protocol: TCP
53+
targetPort: '8000'
54+
selector:
55+
app.kubernetes.io/name: agoric-3-genesis

0 commit comments

Comments
 (0)