deploy(dns): pin DN-1 rate-limit image

This commit is contained in:
Andrew Stoltz
2026-06-15 19:07:56 -05:00
parent a4ccd30429
commit b9a81fb4c0

View File

@@ -85,6 +85,13 @@ data:
"Distribution": "Warn" "Distribution": "Warn"
} }
} }
},
"Dns": {
"RateLimits": {
"PermitLimit": 60,
"WindowSeconds": 60,
"QueueLimit": 0
}
} }
} }
} }
@@ -122,7 +129,7 @@ spec:
fsGroup: 1654 fsGroup: 1654
containers: containers:
- name: dns-web - name: dns-web
image: localhost/fc-dns-web:v20260615-phase0-hybrid-f77fb94 image: localhost/fc-dns-web:v20260615-dn1-6bb16e5
imagePullPolicy: Never imagePullPolicy: Never
securityContext: securityContext:
readOnlyRootFilesystem: true readOnlyRootFilesystem: true
@@ -356,7 +363,7 @@ spec:
fsGroup: 1654 fsGroup: 1654
containers: containers:
- name: dns-acme-webhook - name: dns-acme-webhook
image: localhost/fc-dns-acme-webhook:v20260615-phase0-hybrid-f77fb94 image: localhost/fc-dns-acme-webhook:v20260615-dn1-6bb16e5
imagePullPolicy: Never imagePullPolicy: Never
securityContext: securityContext:
readOnlyRootFilesystem: true readOnlyRootFilesystem: true