Commit 3f0bc3a5 authored by Andrew's avatar Andrew

Update app.tpl.yml

parent 0d09415c
Pipeline #1434 passed with stages
in 4 minutes and 45 seconds
......@@ -18,6 +18,9 @@ spec:
- from:
- ipBlock:
cidr: 151.101.112.249/32
ports:
- protocol: TCP
port: 56833
egress:
- to:
- ipBlock:
......@@ -25,6 +28,9 @@ spec:
- to:
- ipBlock:
cidr: 151.101.112.249/32
ports:
- protocol: TCP
port: 56833
---
apiVersion: networking.k8s.io/v1
......@@ -46,6 +52,9 @@ spec:
- from:
- ipBlock:
cidr: 151.101.112.249/32
ports:
- protocol: TCP
port: 56833
egress:
- to:
- ipBlock:
......@@ -53,6 +62,9 @@ spec:
- to:
- ipBlock:
cidr: 151.101.112.249/32
ports:
- protocol: TCP
port: 56833
---
apiVersion: networking.k8s.io/v1
......@@ -74,6 +86,9 @@ spec:
- from:
- ipBlock:
cidr: 151.101.112.249/32
ports:
- protocol: TCP
port: 56833
egress:
- to:
- ipBlock:
......@@ -81,6 +96,9 @@ spec:
- to:
- ipBlock:
cidr: 151.101.112.249/32
ports:
- protocol: TCP
port: 56833
---
kind: PersistentVolume
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment