add repo
This commit is contained in:
@@ -35,6 +35,31 @@ data:
|
||||
192.168.0.100 ceph.c2et.net
|
||||
192.168.0.100 heimdall.c2et.net
|
||||
|
||||
# === dotcom ) ===
|
||||
192.168.0.40 cockpit.c2et.com
|
||||
192.168.0.40 git.c2et.com
|
||||
192.168.0.40 harbor.c2et.com
|
||||
192.168.0.40 wireguard.c2et.com
|
||||
192.168.0.40 proxy.c2et.com
|
||||
192.168.0.80 backend.apolo.c2et.com
|
||||
192.168.0.80 portal.apolo.c2et.com
|
||||
192.168.0.80 colossus.apolo.c2et.com
|
||||
192.168.0.80 chat.apolo.c2et.com
|
||||
192.168.0.80 muc.chat.apolo.c2et.com
|
||||
192.168.0.81 streaming.apolo.c2et.com
|
||||
192.168.0.81 meeting.apolo.c2et.com
|
||||
|
||||
# === dotnet ) ===
|
||||
192.168.0.100 repo.c2et.net
|
||||
192.168.0.100 git.c2et.net
|
||||
192.168.0.100 wireguard.c2et.net
|
||||
192.168.0.100 ceph.c2et.net
|
||||
192.168.0.100 harbor.c2et.net
|
||||
192.168.0.100 grafana.c2et.net
|
||||
192.168.0.100 kubevirt.c2et.net
|
||||
192.168.0.100 heimdall.c2et.net
|
||||
192.168.0.100 argos.panel.c2et.net
|
||||
192.168.0.100 vscode.c2et.net
|
||||
|
||||
fallthrough
|
||||
}
|
||||
|
||||
@@ -8,3 +8,4 @@ resources:
|
||||
- configmap-coredns.yaml
|
||||
- deploy-coredns.yaml
|
||||
- svc-coredns.yaml
|
||||
- svc-coredns-admin.yaml
|
||||
|
||||
19
coredns/svc-coredns-admin.yaml
Normal file
19
coredns/svc-coredns-admin.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: coredns-custom-admin
|
||||
namespace: coredns
|
||||
spec:
|
||||
type: LoadBalancer
|
||||
loadBalancerIP: 192.168.0.110
|
||||
selector:
|
||||
app: coredns-custom
|
||||
ports:
|
||||
- name: dns-udp
|
||||
port: 53
|
||||
targetPort: 53
|
||||
protocol: UDP
|
||||
- name: dns-tcp
|
||||
port: 53
|
||||
targetPort: 53
|
||||
protocol: TCP
|
||||
Reference in New Issue
Block a user