29 lines
695 B
YAML
29 lines
695 B
YAML
apiVersion: v1
|
|
kind: Namespace
|
|
metadata:
|
|
name: collab
|
|
---
|
|
apiVersion: ingress.grid.tf/v1
|
|
kind: TFGW
|
|
metadata:
|
|
name: cryptpad-main
|
|
namespace: collab
|
|
spec:
|
|
hostname: "cryptpadp2"
|
|
backends:
|
|
- "http://[49a:bfc3:59bf:872c:ff0f:d25f:751c:5106]:80"
|
|
- "http://[53c:609e:6488:9ddd:ff0f:2ffc:ac2a:94a6]:80"
|
|
- "http://[58e:ca1d:ce3d:355c:ff0f:a065:a40a:a08c]:80"
|
|
---
|
|
apiVersion: ingress.grid.tf/v1
|
|
kind: TFGW
|
|
metadata:
|
|
name: cryptpad-sandbox
|
|
namespace: collab
|
|
spec:
|
|
hostname: "cryptpads2"
|
|
backends:
|
|
- "http://[49a:bfc3:59bf:872c:ff0f:d25f:751c:5106]:80"
|
|
- "http://[53c:609e:6488:9ddd:ff0f:2ffc:ac2a:94a6]:80"
|
|
- "http://[58e:ca1d:ce3d:355c:ff0f:a065:a40a:a08c]:80"
|