azure-ddns: migrate to envFrom with a per-container InfisicalSecret

Also moves the manifests into a component directory, matching the other migrated apps.
This commit is contained in:
2026-08-23 22:42:09 +02:00
parent c408522988
commit 0329546d87
4 changed files with 36 additions and 73 deletions
+14
View File
@@ -0,0 +1,14 @@
apiVersion: v1
kind: Service
metadata:
name: azure-ddns
namespace: azure-ddns
spec:
selector:
app: azure-ddns
ports:
- name: azure-ddns
port: 443
targetPort: 443
protocol: TCP
type: ClusterIP