diff --git a/README.md b/README.md index a282588..a1e6f82 100644 --- a/README.md +++ b/README.md @@ -467,10 +467,7 @@ NOTES: In this case configuration of networking in context of services is not needed. -This setup is suitable for legacy scenarios where static IP-address are required: -* inbound mailserver -* dns server - +This setup is suitable for legacy scenarios where static IP-address are required and a NodePort service is not an alternative: ``` kind: DaemonSet apiVersion: apps/v1 @@ -523,7 +520,9 @@ spec: ``` ## Running StatefulSet with NFS storage * https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/ +* [NFS dynamic volume provisioning deployed](#pv-nfs) ``` +--- apiVersion: v1 kind: Service metadata: