pipelines
Some checks failed
CI/CD Pipeline / build (push) Failing after 4s

This commit is contained in:
2026-03-06 16:49:59 -07:00
parent 181c6ca84b
commit 84261d4747
6 changed files with 191 additions and 1 deletions

View File

@@ -55,7 +55,7 @@ if config_env() == :prod do
k8s_dns: [
strategy: Cluster.Strategy.Kubernetes.DNS,
config: [
service: System.get_env("K8S_SERVICE_NAME") || "elixir-ai-headless",
service: System.get_env("K8S_SERVICE_NAME") || "ai-ha-elixir-headless",
application_name: "elixir_ai",
namespace: System.get_env("K8S_NAMESPACE")
]