From 24fb435432002dd8552c89a17c220a01210d6d16 Mon Sep 17 00:00:00 2001 From: Fabrice Didon Date: Sun, 22 Nov 2020 19:57:20 +0100 Subject: [PATCH] Ajouter 'dns/README.md' --- dns/README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 dns/README.md diff --git a/dns/README.md b/dns/README.md new file mode 100644 index 0000000..57699a4 --- /dev/null +++ b/dns/README.md @@ -0,0 +1,22 @@ +# 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 +```