File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description: Learn how to create Kubernetes clusters in Azure Stack HCI using Az
4
4
ms.topic : how-to
5
5
ms.custom : devx-track-azurecli
6
6
author : sethmanheim
7
- ms.date : 02/05 /2024
7
+ ms.date : 09/24 /2024
8
8
ms.author : sethm
9
9
ms.lastreviewed : 01/25/2024
10
10
ms.reviewer : guanghu
@@ -123,7 +123,7 @@ apiVersion: apps/v1
123
123
" kubernetes.io/os " : linux
124
124
containers :
125
125
- 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
127
127
env :
128
128
- name : ALLOW_EMPTY_PASSWORD
129
129
value : " yes"
@@ -166,7 +166,7 @@ apiVersion: apps/v1
166
166
" kubernetes.io/os " : linux
167
167
containers :
168
168
- name : azure-vote-front
169
- image : mcr.microsoft.com/azuredocs /azure-vote-front:v1
169
+ image : <path to image> /azure-vote-front:v1
170
170
resources :
171
171
requests :
172
172
cpu : 100m
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description: Learn how to deploy a multi-container Linux app to your Kubernetes
4
4
author : sethmanheim
5
5
ms.topic : how-to
6
6
ms.custom : linux-related-content
7
- ms.date : 06/27 /2024
7
+ ms.date : 09/24 /2024
8
8
ms.author : sethm
9
9
ms.lastreviewed : 06/27/2022
10
10
ms.reviewer : abha
@@ -103,7 +103,7 @@ spec:
103
103
" beta.kubernetes.io/os " : linux
104
104
containers :
105
105
- name : azure-vote-front
106
- image : mcr.microsoft.com/azuredocs /azure-vote-front:v1
106
+ image : <path to image> /azure-vote-front:v1
107
107
resources :
108
108
requests :
109
109
cpu : 100m
You can’t perform that action at this time.
0 commit comments