Ajouter 'dns/README.md'

This commit is contained in:
Fabrice Didon 2020-11-22 19:57:20 +01:00
parent 27b9775990
commit 24fb435432

22
dns/README.md Normal file
View File

@ -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
```