Add demo apps for rhacs talk.

This commit is contained in:
2025-01-29 09:35:32 +13:00
parent 8de67cfab2
commit df5b45164e
16 changed files with 2477 additions and 3 deletions

View File

@ -0,0 +1,15 @@
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
creationTimestamp: null
labels:
network-policy-buildtime-generator.stackrox.io/generated: "true"
name: gateway-netpol
namespace: payments
spec:
podSelector:
matchLabels:
app: gateway
policyTypes:
- Ingress
- Egress