Skip to content

Commit

Permalink
Added description comment block. Changed ingress and cert names.
Browse files Browse the repository at this point in the history
  • Loading branch information
ts-reed-ni committed Aug 28, 2024
1 parent ef65b30 commit 93d1c0f
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions getting-started/templates/Azure/azure_supplemental_values
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# This supplemental values file provides annotations for the azure application gateway and System Link Enterprise service health checks paths.
#
# This file should be passed in as a values file with systemlink-secrets and systemlink-values during SLE install.
#
# Modify "systemlink-ssl-cert" to match the name of your certificate used for the application gateway.
#
# The default health check path /up addresses the health probe for most services.
# Those that diverge from this path are declared below by service.
# Health check paths should not be modified unless called out in monthly release notes.
#
# This is a YAML-formatted file.

global:
ingress:
## Ingress settings that apply to the apiHosts endpoints.
Expand All @@ -8,8 +20,8 @@ global:
annotations: {
kubernetes.io/ingress.class: azure/application-gateway,
appgw.ingress.kubernetes.io/health-probe-path: "/up",
#appgw.ingress.kubernetes.io/appgw-ssl-profile: "stratus-dev",
appgw.ingress.kubernetes.io/appgw-ssl-certificate: "stratus-dev-cert"
#appgw.ingress.kubernetes.io/appgw-ssl-profile: "systemlink-ssl-profile",
appgw.ingress.kubernetes.io/appgw-ssl-certificate: "systemlink-ssl-cert"
}
## Ingress settings that apply to the hosts endpoints.
##
Expand All @@ -19,8 +31,8 @@ global:
annotations: {
kubernetes.io/ingress.class: azure/application-gateway,
appgw.ingress.kubernetes.io/health-probe-path: "/up",
#appgw.ingress.kubernetes.io/appgw-ssl-profile: "stratus-dev",
appgw.ingress.kubernetes.io/appgw-ssl-certificate: "stratus-dev-cert"
#appgw.ingress.kubernetes.io/appgw-ssl-profile: "systemlink-ssl-profile",
appgw.ingress.kubernetes.io/appgw-ssl-certificate: "systemlink-ssl-cert"
}

assetservice:
Expand Down

0 comments on commit 93d1c0f

Please sign in to comment.