-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Include None ClusterIP fucntion test
Resolves: #98 Signed-off-by: Sergio Arroutbi <[email protected]>
- Loading branch information
Showing
3 changed files
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
TestHelpers/reg_test/func_test/none_cluster_ip/daemons_v1alpha1_pv.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
apiVersion: v1 | ||
kind: PersistentVolumeClaim | ||
metadata: | ||
name: tangserver-pvc | ||
namespace: nbde | ||
spec: | ||
accessModes: | ||
- ReadWriteOnce | ||
resources: | ||
requests: | ||
storage: 1Gi |
14 changes: 14 additions & 0 deletions
14
TestHelpers/reg_test/func_test/none_cluster_ip/daemons_v1alpha1_tangserver.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
apiVersion: daemons.redhat.com/v1alpha1 | ||
kind: TangServer | ||
metadata: | ||
name: tangserver-none-cluster-ip | ||
namespace: nbde | ||
finalizers: | ||
- finalizer.daemons.tangserver.redhat.com | ||
spec: | ||
replicas: 1 | ||
image: "registry.redhat.io/rhel9/tang" | ||
version: "latest" | ||
clusterIP: "None" | ||
serviceType: "ClusterIP" |