44
44
cpu : 200m
45
45
memory : 380Mi
46
46
securityContext :
47
- runAsNonRoot : false
48
47
allowPrivilegeEscalation : false
49
48
readOnlyRootFilesystem : true
49
+ runAsNonRoot : false
50
50
volumeMounts :
51
51
- mountPath : /app/.cache/bakeware/
52
52
name : bakeware-cache
@@ -70,14 +70,14 @@ spec:
70
70
periodSeconds : 5
71
71
successThreshold : 1
72
72
timeoutSeconds : 5
73
+ serviceAccountName : spawn-operator
73
74
volumes :
74
75
- emptyDir : {}
75
76
name : bakeware-cache
76
- serviceAccountName : spawn-operator
77
+ replicas : 2
77
78
selector :
78
79
matchLabels :
79
80
k8s-app : spawn-operator
80
- replicas : 2
81
81
kind : Deployment
82
82
apiVersion : apps/v1
83
83
@@ -90,15 +90,14 @@ spec:
90
90
group : spawn-eigr.io
91
91
names :
92
92
kind : Activator
93
+ singular : activator
93
94
plural : activators
94
95
shortNames :
95
96
- act
96
97
- acts
97
- singular : activator
98
98
versions :
99
99
- name : v1
100
100
deprecated : false
101
- storage : true
102
101
schema :
103
102
openAPIV3Schema :
104
103
type : object
@@ -113,6 +112,7 @@ spec:
113
112
subresources :
114
113
status : {}
115
114
served : true
115
+ storage : true
116
116
deprecationWarning :
117
117
kind : CustomResourceDefinition
118
118
apiVersion : apiextensions.k8s.io/v1
@@ -126,18 +126,17 @@ spec:
126
126
group : spawn-eigr.io
127
127
names :
128
128
kind : ActorHost
129
+ singular : actorhost
129
130
plural : actorhosts
130
131
shortNames :
131
132
- ac
132
133
- ah
133
134
- actor
134
135
- actors
135
136
- hosts
136
- singular : actorhost
137
137
versions :
138
138
- name : v1
139
139
deprecated : false
140
- storage : true
141
140
schema :
142
141
openAPIV3Schema :
143
142
type : object
@@ -335,6 +334,7 @@ spec:
335
334
subresources :
336
335
status : {}
337
336
served : true
337
+ storage : true
338
338
deprecationWarning :
339
339
kind : CustomResourceDefinition
340
340
apiVersion : apiextensions.k8s.io/v1
@@ -348,16 +348,15 @@ spec:
348
348
group : spawn-eigr.io
349
349
names :
350
350
kind : ActorSystem
351
+ singular : actorsystem
351
352
plural : actorsystems
352
353
shortNames :
353
354
- as
354
355
- actorsys
355
356
- system
356
- singular : actorsystem
357
357
versions :
358
358
- name : v1
359
359
deprecated : false
360
- storage : true
361
360
schema :
362
361
openAPIV3Schema :
363
362
type : object
@@ -396,31 +395,52 @@ spec:
396
395
properties :
397
396
cookie :
398
397
type : string
399
- kind :
400
- default : erlang
401
- enum :
402
- - erlang
403
- - quic
404
- type : string
405
- systemToSystem :
398
+ features :
406
399
properties :
407
- enabled :
408
- type : boolean
409
- natsClusterSecretRef :
410
- type : string
411
- type : object
412
- tls :
413
- properties :
414
- certManager :
400
+ erlangMtls :
401
+ properties :
402
+ certManager :
403
+ properties :
404
+ enabled :
405
+ type : boolean
406
+ issuerName :
407
+ type : string
408
+ type : object
409
+ enabled :
410
+ type : boolean
411
+ secretName :
412
+ type : string
413
+ type : object
414
+ multiCluster :
415
415
properties :
416
416
enabled :
417
+ default : true
417
418
type : boolean
418
- issuerName :
419
+ transport :
420
+ default : nats
421
+ enum :
422
+ - nats
423
+ type : string
424
+ type : object
425
+ nats :
426
+ properties :
427
+ credentialsSecretRef :
428
+ default : native-nats-credentials
429
+ type : string
430
+ enabled :
431
+ default : true
432
+ type : boolean
433
+ url :
434
+ default : nats://nats.eigr-functions.svc.cluster.local:4222
419
435
type : string
420
436
type : object
421
- secretName :
422
- type : string
423
437
type : object
438
+ kind :
439
+ default : erlang
440
+ enum :
441
+ - erlang
442
+ - quic
443
+ type : string
424
444
type : object
425
445
statestore :
426
446
properties :
@@ -458,6 +478,7 @@ spec:
458
478
subresources :
459
479
status : {}
460
480
served : true
481
+ storage : true
461
482
deprecationWarning :
462
483
kind : CustomResourceDefinition
463
484
apiVersion : apiextensions.k8s.io/v1
@@ -680,12 +701,12 @@ metadata:
680
701
labels :
681
702
k8s-app : spawn-operator
682
703
kind : ClusterRoleBinding
683
- subjects :
684
- - name : spawn-operator
685
- kind : ServiceAccount
686
- namespace : eigr-functions
687
704
apiVersion : rbac.authorization.k8s.io/v1
688
705
roleRef :
689
706
name : spawn-operator
690
707
kind : ClusterRole
691
708
apiGroup : rbac.authorization.k8s.io
709
+ subjects :
710
+ - name : spawn-operator
711
+ kind : ServiceAccount
712
+ namespace : eigr-functions
0 commit comments