File tree 4 files changed +10
-2
lines changed
4 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 7
7
- " main"
8
8
paths :
9
9
- " .github/workflows/proxy.yml"
10
+ - " operator/**"
10
11
- " proxy/**"
11
12
12
13
jobs :
Original file line number Diff line number Diff line change @@ -8,10 +8,14 @@ resource "kubernetes_manifest" "customresourcedefinition_cardanonodeports_demete
8
8
" spec" = {
9
9
" group" = " demeter.run"
10
10
" names" = {
11
- " categories" = []
11
+ " categories" = [
12
+ " demeter-port" ,
13
+ ]
12
14
" kind" = " CardanoNodePort"
13
15
" plural" = " cardanonodeports"
14
- " shortNames" = []
16
+ " shortNames" = [
17
+ " cnpts" ,
18
+ ]
15
19
" singular" = " cardanonodeport"
16
20
}
17
21
" scope" = " Namespaced"
Original file line number Diff line number Diff line change 1
1
locals {
2
+ name = " proxy"
2
3
role = " proxy"
3
4
4
5
prometheus_port = 9187
Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ pub static CARDANO_NODE_PORT_FINALIZER: &str = "cardanonodeports.demeter.run";
18
18
kind = "CardanoNodePort" ,
19
19
group = "demeter.run" ,
20
20
version = "v1alpha1" ,
21
+ shortname = "cnpts" ,
22
+ category = "demeter-port" ,
21
23
namespaced
22
24
) ]
23
25
#[ kube( status = "CardanoNodePortStatus" ) ]
You can’t perform that action at this time.
0 commit comments