Updates after the disaster recovery
This commit is contained in:
@ -1,12 +0,0 @@
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: ClusterRoleBinding
|
||||
metadata:
|
||||
name: namespace-manager
|
||||
subjects:
|
||||
- kind: User
|
||||
name: badhousplants
|
||||
apiGroup: rbac.authorization.k8s.io
|
||||
roleRef:
|
||||
kind: ClusterRole
|
||||
name: namespace-manager
|
||||
apiGroup: rbac.authorization.k8s.io
|
@ -1,8 +0,0 @@
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: ClusterRole
|
||||
metadata:
|
||||
name: namespace-manager
|
||||
rules:
|
||||
- apiGroups: [""]
|
||||
resources: ["namespaces"]
|
||||
verbs: ["get", "watch", "list", "create", "delete"]
|
@ -14,9 +14,9 @@ metadata:
|
||||
namespace: debug
|
||||
spec:
|
||||
hosts:
|
||||
- "httpbin.e.badhouseplants.net"
|
||||
- "httpbin.badhouseplants.net"
|
||||
gateways:
|
||||
- istio-system/e-badhouseplants-net
|
||||
- istio-system/badhouseplants-net
|
||||
http:
|
||||
- route:
|
||||
- destination:
|
||||
|
11
manifests/new-ip.yaml
Normal file
11
manifests/new-ip.yaml
Normal file
@ -0,0 +1,11 @@
|
||||
---
|
||||
# Source: raw/charts/metallb/templates/resources.yaml
|
||||
---
|
||||
apiVersion: metallb.io/v1beta1
|
||||
kind: IPAddressPool
|
||||
metadata:
|
||||
name: etersoft
|
||||
spec:
|
||||
addresses:
|
||||
- 91.232.225.63-91.232.225.63
|
||||
|
Reference in New Issue
Block a user