Rename infra dir

This commit is contained in:
2025-02-11 23:03:14 +01:00
parent 2a866b0cae
commit ea309a0ae7
18 changed files with 0 additions and 0 deletions

20
infra-scripts/dns/svc.yml Normal file
View File

@@ -0,0 +1,20 @@
apiVersion: v1
kind: Service
metadata:
namespace: kube-system
name: kube-dns-external
spec:
type: LoadBalancer
externalTrafficPolicy: Local
ipFamilyPolicy: RequireDualStack
selector:
k8s-app: kube-dns-external
ports:
- name: dns
port: 53
targetPort: 53
protocol: UDP
- name: dns-tcp
port: 53
targetPort: 53
protocol: TCP