Skip to content

Commit

Permalink
initial commit of azure supplemental values file
Browse files Browse the repository at this point in the history
  • Loading branch information
ts-reed-ni committed Aug 27, 2024
1 parent f89d599 commit ef65b30
Showing 1 changed file with 67 additions and 0 deletions.
67 changes: 67 additions & 0 deletions getting-started/templates/Azure/azure_supplemental_values
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
global:
ingress:
## Ingress settings that apply to the apiHosts endpoints.
##
api:
## Annotations for the ingress.
##
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"
}
## Ingress settings that apply to the hosts endpoints.
##
ui:
## @param global.ingress.ui.annotations Annotations for the ingress.
##
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"
}

assetservice:
ingress:
annotations:
appgw.ingress.kubernetes.io/health-probe-path: "/niapm/up"

dashboardhost:
ingress:
annotations:
appgw.ingress.kubernetes.io/health-probe-path: "/api/health"
apiIngress:
annotations:
appgw.ingress.kubernetes.io/health-probe-path: "/api/health"

testmonitorservice:
ingress:
annotations:
appgw.ingress.kubernetes.io/health-probe-path: "/nitestmonitor/up"

dataframeservice:
ingress:
annotations:
appgw.ingress.kubernetes.io/health-probe-path: "/nidataframe/health"

feedservice:
ingress:
annotations:
appgw.ingress.kubernetes.io/health-probe-path: "/nifeed/up"

nbexecservice:
ingress:
annotations:
appgw.ingress.kubernetes.io/health-probe-path: "/ninbexecution/up"

notification:
ingress:
annotations:
appgw.ingress.kubernetes.io/health-probe-path: "/ninotification/up"

swaggerapi:
ingress:
annotations:
appgw.ingress.kubernetes.io/health-probe-path: "/niapis"

0 comments on commit ef65b30

Please sign in to comment.