Skip to content

Commit 3c744ee

Browse files
committed
chore(operator): updated manifests
1 parent 2c48111 commit 3c744ee

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

Diff for: operator/yaml/crd.yaml

+10-7
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ metadata:
55
spec:
66
group: demeter.run
77
names:
8-
categories: []
8+
categories:
9+
- demeter-port
910
kind: OgmiosPort
1011
plural: ogmiosports
11-
shortNames: []
12+
shortNames:
13+
- opt
1214
singular: ogmiosport
1315
scope: Namespaced
1416
versions:
@@ -28,6 +30,9 @@ spec:
2830
- jsonPath: .status.authToken
2931
name: Auth Token
3032
type: string
33+
- jsonPath: .spec.throughputTier
34+
name: Throughput Tier
35+
type: string
3136
name: v1alpha1
3237
schema:
3338
openAPIV3Schema:
@@ -36,18 +41,16 @@ spec:
3641
spec:
3742
properties:
3843
network:
39-
enum:
40-
- mainnet
41-
- preprod
42-
- preview
43-
- sanchonet
44+
type: string
45+
throughputTier:
4446
type: string
4547
version:
4648
format: uint8
4749
minimum: 0.0
4850
type: integer
4951
required:
5052
- network
53+
- throughputTier
5154
- version
5255
type: object
5356
status:

Diff for: operator/yaml/port.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ metadata:
1111
spec:
1212
network: "mainnet"
1313
version: 1
14-
14+
throughputTier: "0"

0 commit comments

Comments
 (0)