Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions examples/floatingippool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@ apiVersion: flipop.digitalocean.com/v1alpha1
kind: FloatingIPPool
metadata:
name: ingress-pool
namespace: flipop
spec:
provider: digitalocean
region: nyc3
desiredIPs: 3
ips:
- 192.168.1.1
- 192.168.2.1
ips: []
dnsRecordSet:
recordName: hello-world
zone: example.com
Expand Down
1 change: 1 addition & 0 deletions examples/nodednsrecordset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apiVersion: flipop.digitalocean.com/v1alpha1
kind: NodeDNSRecordSet
metadata:
name: ingress-nodes
namespace: flipop
spec:
provider: digitalocean
dnsRecordSet:
Expand Down
1 change: 1 addition & 0 deletions k8s/flipop.deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ metadata:
labels:
app: flipop
name: flipop
namespace: flipop
spec:
replicas: 1
selector:
Expand Down
6 changes: 3 additions & 3 deletions k8s/flipop.rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ rules:
- apiGroups: [""]
resources: ["configmaps/status"]
verbs: ["get", "update", "patch"]
- apiGroups: "coordination.k8s.io"
- apiGroups: ["coordination.k8s.io"]
resources: ["leases"]
verbs: ["get", "list", "watch", "update", "create", "patch", "delete"]

---
apiVersion: rbac.authorization.k8s.io/v1beta1
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
creationTimestamp: null
Expand All @@ -46,7 +46,7 @@ subjects:
namespace: flipop

---
apiVersion: rbac.authorization.k8s.io/v1beta1
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
namespace: flipop
Expand Down
1 change: 1 addition & 0 deletions k8s/flipop.serviceaccount.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ apiVersion: v1
kind: ServiceAccount
metadata:
name: flipop
namespace: flipop