--- apiVersion: apps/v1 kind: Deployment metadata: name: coturn-dns spec: replicas: 1 strategy: type: RollingUpdate rollingUpdate: maxSurge: 0 maxUnavailable: 1 selector: matchLabels: app: coturn-dns template: metadata: labels: app: coturn-dns spec: containers: - name: coturn-dns image: {{coturn_dns_image}} env: - name: AWS_ACCESS_KEY_ID value: "AKIA2SXEHOQFBQRGCSST" - name: AWS_SECRET_ACCESS_KEY value: "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" - name: PYTHONUNBUFFERED value: "1" - name: HOSTED_ZONE value: "Z00156242SK162FEXDPVF" - name: CLUSTER_ID value: "29062" - name: POOL_ID value: "49934" - name: LINODE_TOKEN value: "a821bb97039cbd8b259e19ef9f7ea7a4e295a7399e00709fc27cad2b1f3742f4" resources: requests: memory: 32Mi limits: memory: 32Mi