Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[utils] New host entry for Andromeda Liquid Server API #7793

Merged
merged 1 commit into from
Jan 31, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion openstack/utils/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
description: A Helm chart for Kubernetes
name: utils
version: 0.21.0
version: 0.22.0
1 change: 1 addition & 0 deletions openstack/utils/templates/_hosts.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ Custom DB URL for the global services using percona_cluster
{{define "octavia_api_endpoint_host_public"}}loadbalancer-3.{{ include "host_fqdn" . }}{{end}}

{{define "andromeda_api_endpoint_public"}}gtm-3.{{ include "host_fqdn" . }}{{end}}
{{define "andromeda_liquid_server_api_endpoint_public"}}gtm-liquid-3.{{ include "host_fqdn" . }}{{end}}
{{define "arc_api_endpoint_host_public"}}arc.{{ include "host_fqdn" . }}{{end}}
{{define "archer_api_endpoint_public"}}archer.{{ include "host_fqdn" . }}{{end}}
{{define "lyra_api_endpoint_host_public"}}lyra.{{ include "host_fqdn" . }}{{end}}
Expand Down