File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -188,7 +188,6 @@ jobs:
188188 overwrite : true
189189 parameters :
190190 -p ZONE=${{ env.ZONE }}
191- triggers : ('db')
192191
193192 - name : Verify New Version DB Upgrade Container Deployment Readiness
194193 run : |
Original file line number Diff line number Diff line change 99 < div class ="header-notice ">
1010 < span class ="navbar-environment " *ngIf ="environmentDisplay "> {{environmentDisplay}}</ span >
1111 <!-- Uncomment below Maintenance Notice and adjust it if needed -->
12- < div class ="downtime-notice ">
12+ <!-- < div class="downtime-notice">
1313 <span>Scheduled Maintenance on June 24th, 2025, 5:00–6:00 PM PST. <br/></span>
1414 <span>The app will be temporarily unavailable. Thank you for your understanding and patience.</span>
15- </ div >
15+ </div> -->
1616 </ div >
1717
1818 < button class ="navbar-toggler " type ="button " title ="Toggle Main Navigation "
Original file line number Diff line number Diff line change @@ -126,19 +126,19 @@ objects:
126126 storageClassName : netapp-file-standard
127127
128128 # ## for db major upgrade PVC only ###
129- - kind : PersistentVolumeClaim
130- apiVersion : v1
131- metadata :
132- name : ${NAME}-${ZONE}-dbupgrade-${DB_UPGRADE_VERSION}
133- labels :
134- app : ${NAME}-${ZONE}
135- spec :
136- accessModes :
137- - ReadWriteMany
138- resources :
139- requests :
140- storage : " ${DB_BACKUP_PVC_SIZE}"
141- storageClassName : netapp-file-standard
129+ # - kind: PersistentVolumeClaim
130+ # apiVersion: v1
131+ # metadata:
132+ # name: ${NAME}-${ZONE}-dbupgrade-${DB_UPGRADE_VERSION}
133+ # labels:
134+ # app: ${NAME}-${ZONE}
135+ # spec:
136+ # accessModes:
137+ # - ReadWriteMany
138+ # resources:
139+ # requests:
140+ # storage: "${DB_BACKUP_PVC_SIZE}"
141+ # storageClassName: netapp-file-standard
142142
143143
144144 - kind : Deployment
Original file line number Diff line number Diff line change 88 < div class ="header-notice ">
99 < span class ="navbar-environment " *ngIf ="environmentDisplay "> {{environmentDisplay}}</ span >
1010 <!-- Uncomment below Maintenance Notice and adjust it if needed -->
11- < div class ="downtime-notice ">
11+ <!-- < div class="downtime-notice">
1212 <span>Scheduled Maintenance on June 24th, 2025, 5:00–6:00 PM PST. <br/></span>
1313 <span>The app will be temporarily unavailable. Thank you for your understanding and patience.</span>
14- </ div >
14+ </div> -->
1515 </ div >
1616
1717 < button class ="navbar-toggler " type ="button " title ="Toggle Main Navigation "
You can’t perform that action at this time.
0 commit comments