Skip to content

Commit

Permalink
fix: istio service mesh api versions
Browse files Browse the repository at this point in the history
  • Loading branch information
leonsteinhaeuser committed Nov 22, 2024
1 parent 22dd7ce commit bf3d4f7
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: security.istio.io/v1beta1
apiVersion: security.istio.io/v1
kind: AuthorizationPolicy
metadata:
name: &name number-service
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: networking.istio.io/v1
apiVersion: networking.istio.io/v1beta1
kind: VirtualService
metadata:
name: &name number-service
Expand All @@ -17,7 +17,7 @@ spec:
subset: v1
weight: 100
---
apiVersion: networking.istio.io/v1
apiVersion: networking.istio.io/v1beta1
kind: DestinationRule
metadata:
name: &name number-service
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: security.istio.io/v1beta1
apiVersion: security.istio.io/v1
kind: AuthorizationPolicy
metadata:
name: &name status-service
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: networking.istio.io/v1
apiVersion: networking.istio.io/v1beta1
kind: ServiceEntry
metadata:
name: external-svc-redhat-com
Expand All @@ -17,7 +17,7 @@ spec:
protocol: HTTP
resolution: DNS
---
apiVersion: networking.istio.io/v1
apiVersion: networking.istio.io/v1beta1
kind: VirtualService
metadata:
name: www-redhat-com
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: networking.istio.io/v1
apiVersion: networking.istio.io/v1beta1
kind: VirtualService
metadata:
name: &name status-service
Expand All @@ -17,7 +17,7 @@ spec:
subset: v1
weight: 100
---
apiVersion: networking.istio.io/v1
apiVersion: networking.istio.io/v1beta1
kind: DestinationRule
metadata:
name: &name status-service
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: networking.istio.io/v1
apiVersion: networking.istio.io/v1beta1
kind: VirtualService
metadata:
name: &name view-service
Expand All @@ -17,7 +17,7 @@ spec:
subset: v1
weight: 100
---
apiVersion: networking.istio.io/v1
apiVersion: networking.istio.io/v1beta1
kind: DestinationRule
metadata:
name: &name view-service
Expand Down

0 comments on commit bf3d4f7

Please sign in to comment.