Fixing bind9 config
cubox-m still doesn't respond to outside requests
This commit is contained in:
15
ansible-5/roles/prod.k3s/files/glusterfs/endpoint.yaml
Normal file
15
ansible-5/roles/prod.k3s/files/glusterfs/endpoint.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
#https://itnext.io/kubernetes-storage-part-2-glusterfs-complete-tutorial-77542c12a602
|
||||
|
||||
apiVersion: v1
|
||||
kind: Endpoints
|
||||
metadata:
|
||||
name: glusterfs-cluster
|
||||
labels:
|
||||
storage.k8s.io/name: glusterfs
|
||||
subsets:
|
||||
- addresses:
|
||||
- ip: 192.168.4.12
|
||||
hostname: home
|
||||
ports:
|
||||
- port: 1
|
||||
Reference in New Issue
Block a user