File tree Expand file tree Collapse file tree
tests/templates/kuttl/external-access Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,22 +11,6 @@ apiVersion: apps/v1
1111kind : StatefulSet
1212metadata :
1313 name : test-hive-metastore-default
14- status :
15- readyReplicas : 2
16- replicas : 2
17- ---
18- apiVersion : apps/v1
19- kind : StatefulSet
20- metadata :
21- name : test-hive-metastore-external-unstable
22- status :
23- readyReplicas : 1
24- replicas : 1
25- ---
26- apiVersion : apps/v1
27- kind : StatefulSet
28- metadata :
29- name : test-hive-metastore-cluster-internal
3014status :
3115 readyReplicas : 1
3216 replicas : 1
@@ -36,27 +20,14 @@ kind: PodDisruptionBudget
3620metadata :
3721 name : test-hive-metastore
3822status :
39- expectedPods : 4
40- currentHealthy : 4
23+ expectedPods : 1
24+ currentHealthy : 1
4125 disruptionsAllowed : 1
4226---
4327apiVersion : v1
4428kind : Service
4529metadata :
46- name : test-hive-metastore-cluster-internal
30+ name : test-hive-metastore
4731spec :
4832 type : ClusterIP # cluster-internal
49- ---
50- apiVersion : v1
51- kind : Service
52- metadata :
53- name : test-hive-metastore-default
54- spec :
55- type : NodePort # external-stable
56- ---
57- apiVersion : v1
58- kind : Service
59- metadata :
60- name : test-hive-metastore-external-unstable
61- spec :
62- type : NodePort # external-unstable
33+
Original file line number Diff line number Diff line change @@ -21,19 +21,11 @@ spec:
2121 vectorAggregatorConfigMapName: vector-aggregator-discovery
2222{% endif %}
2323 metastore:
24- config :
25- listenerClass: test-external-stable -$NAMESPACE
24+ roleConfig :
25+ listenerClass: test-cluster-internal -$NAMESPACE
2626 roleGroups:
2727 default:
28- replicas: 2
29- external-unstable:
3028 replicas: 1
31- config:
32- listenerClass: test-external-unstable-$NAMESPACE
33- cluster-internal:
34- replicas: 1
35- config:
36- listenerClass: test-cluster-internal-$NAMESPACE
3729---
3830apiVersion: v1
3931kind: Secret
Original file line number Diff line number Diff line change @@ -5,17 +5,4 @@ metadata:
55 name : test-cluster-internal-$NAMESPACE
66spec :
77 serviceType : ClusterIP
8- ---
9- apiVersion : listeners.stackable.tech/v1alpha1
10- kind : ListenerClass
11- metadata :
12- name : test-external-stable-$NAMESPACE
13- spec :
14- serviceType : NodePort
15- ---
16- apiVersion : listeners.stackable.tech/v1alpha1
17- kind : ListenerClass
18- metadata :
19- name : test-external-unstable-$NAMESPACE
20- spec :
21- serviceType : NodePort
8+
You can’t perform that action at this time.
0 commit comments