init
This commit is contained in:
28
network-policy/web-client/1-pods.yaml
Normal file
28
network-policy/web-client/1-pods.yaml
Normal file
@ -0,0 +1,28 @@
|
||||
apiVersion: v1
|
||||
kind: Pod
|
||||
metadata:
|
||||
name: web
|
||||
namespace: isolated
|
||||
labels:
|
||||
app: web
|
||||
spec:
|
||||
containers:
|
||||
- name: web
|
||||
image: ghcr.io/trion-development/echoserver:1
|
||||
ports:
|
||||
- containerPort: 3000
|
||||
resources: {}
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Pod
|
||||
metadata:
|
||||
name: client
|
||||
namespace: isolated
|
||||
labels:
|
||||
app: client
|
||||
spec:
|
||||
containers:
|
||||
- name: curl
|
||||
image: trion/curl:1
|
||||
tty: true
|
||||
resources: {}
|
||||
Reference in New Issue
Block a user