diff --git a/k8s/manifest/cam1/cam1-coredns-configmap.yml b/k8s/manifest/cam1/cam1-coredns-configmap.yml index f2126fe..46018be 100644 --- a/k8s/manifest/cam1/cam1-coredns-configmap.yml +++ b/k8s/manifest/cam1/cam1-coredns-configmap.yml @@ -9,12 +9,12 @@ data: errors health hosts { - 10.33.71.1 api.ustream.tv + 10.11.77.252 api.ustream.tv fallthrough } ready - forward . 192.168.99.1 + forward . 192.168.16.5 loop reload loadbalance - } \ No newline at end of file + } diff --git a/k8s/manifest/cam1/cam1-coredns-deployment.yml b/k8s/manifest/cam1/cam1-coredns-deployment.yml index b79dd90..658424f 100644 --- a/k8s/manifest/cam1/cam1-coredns-deployment.yml +++ b/k8s/manifest/cam1/cam1-coredns-deployment.yml @@ -15,7 +15,7 @@ spec: spec: containers: - name: coredns - image: coredns/coredns:1.10.1 + image: docker.io/coredns/coredns:1.10.1 args: - -conf - /etc/coredns/Corefile @@ -26,4 +26,4 @@ spec: volumes: - name: config-volume configMap: - name: coredns-custom-config \ No newline at end of file + name: coredns-custom-config diff --git a/k8s/manifest/cam1/cam1-coredns-service.yml b/k8s/manifest/cam1/cam1-coredns-service.yml index ac8b46b..cefa1d0 100644 --- a/k8s/manifest/cam1/cam1-coredns-service.yml +++ b/k8s/manifest/cam1/cam1-coredns-service.yml @@ -7,11 +7,11 @@ spec: type: LoadBalancer selector: k8s-app: coredns - loadBalancerIP: 10.33.71.11 + loadBalancerIP: 10.11.77.253 ports: - name: dns port: 53 protocol: UDP - name: dns-tcp port: 53 - protocol: TCP \ No newline at end of file + protocol: TCP diff --git a/k8s/manifest/cam1/cam1-nginx-service.yml b/k8s/manifest/cam1/cam1-nginx-service.yml index 3a557a7..dcae679 100644 --- a/k8s/manifest/cam1/cam1-nginx-service.yml +++ b/k8s/manifest/cam1/cam1-nginx-service.yml @@ -6,12 +6,12 @@ metadata: app: cam1-sonycam-nginx namespace: cam1 annotations: - external-dns.alpha.kubernetes.io/hostname: cam1.kube.technotut.net + external-dns.alpha.kubernetes.io/hostname: cam1.svc.technotut.net spec: selector: app: cam1-sonycam-nginx type: LoadBalancer - loadBalancerIP: 10.33.71.1 + loadBalancerIP: 10.11.77.252 ports: - name: rtmp protocol: TCP @@ -20,4 +20,4 @@ spec: - name: http protocol: TCP port: 80 - targetPort: 80 \ No newline at end of file + targetPort: 80 diff --git a/k8s/manifest/cam2/cam2-coredns-configmap.yml b/k8s/manifest/cam2/cam2-coredns-configmap.yml index 372a7d0..c84e65d 100644 --- a/k8s/manifest/cam2/cam2-coredns-configmap.yml +++ b/k8s/manifest/cam2/cam2-coredns-configmap.yml @@ -9,12 +9,12 @@ data: errors health hosts { - 10.33.71.2 api.ustream.tv + 10.11.77.251 api.ustream.tv fallthrough } ready - forward . 192.168.99.1 + forward . 192.168.16.5 loop reload loadbalance - } \ No newline at end of file + } diff --git a/k8s/manifest/cam2/cam2-coredns-deployment.yml b/k8s/manifest/cam2/cam2-coredns-deployment.yml index 7fa652b..34d2a03 100644 --- a/k8s/manifest/cam2/cam2-coredns-deployment.yml +++ b/k8s/manifest/cam2/cam2-coredns-deployment.yml @@ -15,7 +15,7 @@ spec: spec: containers: - name: coredns - image: coredns/coredns:1.10.1 + image: docker.io/coredns/coredns:1.10.1 args: - -conf - /etc/coredns/Corefile @@ -26,4 +26,4 @@ spec: volumes: - name: config-volume configMap: - name: coredns-custom-config \ No newline at end of file + name: coredns-custom-config diff --git a/k8s/manifest/cam2/cam2-coredns-service.yml b/k8s/manifest/cam2/cam2-coredns-service.yml index 5692ec4..3d96afe 100644 --- a/k8s/manifest/cam2/cam2-coredns-service.yml +++ b/k8s/manifest/cam2/cam2-coredns-service.yml @@ -7,11 +7,11 @@ spec: type: LoadBalancer selector: k8s-app: coredns - loadBalancerIP: 10.33.71.12 + loadBalancerIP: 10.11.77.254 ports: - name: dns port: 53 protocol: UDP - name: dns-tcp port: 53 - protocol: TCP \ No newline at end of file + protocol: TCP diff --git a/k8s/manifest/cam2/cam2-nginx-service.yml b/k8s/manifest/cam2/cam2-nginx-service.yml index 26a37c4..4a68791 100644 --- a/k8s/manifest/cam2/cam2-nginx-service.yml +++ b/k8s/manifest/cam2/cam2-nginx-service.yml @@ -6,12 +6,12 @@ metadata: app: cam2-sonycam-nginx namespace: cam2 annotations: - external-dns.alpha.kubernetes.io/hostname: cam2.kube.technotut.net + external-dns.alpha.kubernetes.io/hostname: cam2.svc.technotut.net spec: selector: app: cam2-sonycam-nginx type: LoadBalancer - loadBalancerIP: 10.33.71.2 + loadBalancerIP: 10.11.77.251 ports: - name: rtmp protocol: TCP @@ -20,4 +20,4 @@ spec: - name: http protocol: TCP port: 80 - targetPort: 80 \ No newline at end of file + targetPort: 80 diff --git a/k8s/manifest/live/rtmp-service.yml b/k8s/manifest/live/rtmp-service.yml index cb2c0b3..7fc5e2d 100644 --- a/k8s/manifest/live/rtmp-service.yml +++ b/k8s/manifest/live/rtmp-service.yml @@ -6,12 +6,11 @@ metadata: app: rtmp-live-server namespace: live annotations: - external-dns.alpha.kubernetes.io/hostname: live.kube.technotut.net + external-dns.alpha.kubernetes.io/hostname: live.svc.technotut.net spec: selector: app: rtmp-live-server type: LoadBalancer - loadBalancerIP: 10.33.70.0 ports: - name: rtmp protocol: TCP @@ -20,4 +19,4 @@ spec: - name: http protocol: TCP port: 80 - targetPort: 8080 \ No newline at end of file + targetPort: 8080