Skip to content

Commit

Permalink
edit svc-pipeline.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Chang committed Dec 18, 2024
1 parent 531df31 commit 358e3c4
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions dev-infrastructure/svc-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,32 +6,32 @@ resourceGroups:
subscription: {{ .svc.subscription }}
aksCluster: {{ .aksName }}
steps:
# - name: svc-infra
# action: ARM
# template: templates/svc-infra.bicep
# parameters: configurations/svc-infra.tmpl.bicepparam
# - name: svc
# action: ARM
# template: templates/svc-cluster.bicep
# parameters: configurations/svc-cluster.tmpl.bicepparam
# dependsOn:
# - svc-infra
# - name: enable-metrics
# action: Shell
# command: scripts/enable-aks-metrics.sh
# variables:
# - name: RESOURCEGROUP
# configRef: svc.rg
# - name: AKS_NAME
# configRef: aksName
# - name: GRAFANA_RESOURCEGROUP
# configRef: regionRG
# - name: MONITORING_WORKSPACE_NAME
# configRef: monitoring.workspaceName
# - name: GRAFANA_NAME
# configRef: monitoring.grafanaName
# dependsOn:
# - svc
- name: svc-infra
action: ARM
template: templates/svc-infra.bicep
parameters: configurations/svc-infra.tmpl.bicepparam
- name: svc
action: ARM
template: templates/svc-cluster.bicep
parameters: configurations/svc-cluster.tmpl.bicepparam
dependsOn:
- svc-infra
- name: enable-metrics
action: Shell
command: scripts/enable-aks-metrics.sh
variables:
- name: RESOURCEGROUP
configRef: svc.rg
- name: AKS_NAME
configRef: aksName
- name: GRAFANA_RESOURCEGROUP
configRef: regionRG
- name: MONITORING_WORKSPACE_NAME
configRef: monitoring.workspaceName
- name: GRAFANA_NAME
configRef: monitoring.grafanaName
dependsOn:
- svc
- name: istio
action: Shell
command: scripts/istio.sh
Expand All @@ -46,5 +46,5 @@ resourceGroups:
configRef: svc.istio.url
- name: TAG
configRef: svc.istio.tag
# dependsOn:
# - svc
dependsOn:
- enable-metrics

0 comments on commit 358e3c4

Please sign in to comment.