gitops/dns
2020-11-22 19:57:20 +01:00
..
01-namespace.yaml first commit 2020-11-22 10:46:57 +01:00
02-etcd.yaml Add storageClassName: "rook-ceph-block" 2020-11-22 19:50:03 +01:00
03-external-dns.yaml first commit 2020-11-22 10:46:57 +01:00
04-coredns.yaml Switch forward to 192.168.5.1 in CoreDNS configuration 2020-11-22 10:53:09 +01:00
cleanup.sh first commit 2020-11-22 10:46:57 +01:00
README.md Ajouter 'dns/README.md' 2020-11-22 19:57:20 +01:00

Private DNS installation

    apiVersion: v1
    kind: Service
    metadata:
      name: nginx-frontend
      annotations:
        external-dns.alpha.kubernetes.io/hostname: "nginx.open-it.intra"
    spec:
      ports:
      - name: "web"
        port: 80
        targetPort: 80
      selector:
        app: nginx
      type: LoadBalancer