Skip to content

Commit 4d90d08

Browse files
committed
SFI image work
1 parent 114ce9e commit 4d90d08

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

AKS-Hybrid/aks-create-clusters-cli.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to create Kubernetes clusters in Azure Stack HCI using Az
44
ms.topic: how-to
55
ms.custom: devx-track-azurecli
66
author: sethmanheim
7-
ms.date: 02/05/2024
7+
ms.date: 09/24/2024
88
ms.author: sethm
99
ms.lastreviewed: 01/25/2024
1010
ms.reviewer: guanghu
@@ -123,7 +123,7 @@ apiVersion: apps/v1
123123
"kubernetes.io/os": linux
124124
containers:
125125
- name: azure-vote-back
126-
image: mcr.microsoft.com/oss/bitnami/redis:6.0.8
126+
image: <path to image>/oss/bitnami/redis:6.0.8
127127
env:
128128
- name: ALLOW_EMPTY_PASSWORD
129129
value: "yes"
@@ -166,7 +166,7 @@ apiVersion: apps/v1
166166
"kubernetes.io/os": linux
167167
containers:
168168
- name: azure-vote-front
169-
image: mcr.microsoft.com/azuredocs/azure-vote-front:v1
169+
image: <path to image>/azure-vote-front:v1
170170
resources:
171171
requests:
172172
cpu: 100m

AKS-Hybrid/deploy-linux-application.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to deploy a multi-container Linux app to your Kubernetes
44
author: sethmanheim
55
ms.topic: how-to
66
ms.custom: linux-related-content
7-
ms.date: 06/27/2024
7+
ms.date: 09/24/2024
88
ms.author: sethm
99
ms.lastreviewed: 06/27/2022
1010
ms.reviewer: abha
@@ -103,7 +103,7 @@ spec:
103103
"beta.kubernetes.io/os": linux
104104
containers:
105105
- name: azure-vote-front
106-
image: mcr.microsoft.com/azuredocs/azure-vote-front:v1
106+
image: <path to image>/azure-vote-front:v1
107107
resources:
108108
requests:
109109
cpu: 100m

0 commit comments

Comments
 (0)