-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update deployment.json container image (automated)
- Loading branch information
1 parent
41289f3
commit f1eae56
Showing
1 changed file
with
17 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
apiVersion: apps/v1 | ||
kind: Deployment | ||
metadata: | ||
name: starlight-plugins-docs-components | ||
namespace: starlight-plugins-docs-components | ||
labels: | ||
app: starlight-plugins-docs-components | ||
name: starlight-plugins-docs-components | ||
namespace: starlight-plugins-docs-components | ||
labels: | ||
app: starlight-plugins-docs-components | ||
spec: | ||
replicas: 3 | ||
selector: | ||
matchLabels: | ||
app: starlight-plugins-docs-components | ||
template: | ||
metadata: | ||
labels: | ||
app: starlight-plugins-docs-components | ||
spec: | ||
containers: | ||
- name: starlight-plugins-docs-components | ||
image: "trueberryless/starlight-plugins-docs-components:main-d6e126d7c2a34f94a6a9ef82c37bd97cbac0df18" | ||
imagePullPolicy: Always | ||
replicas: 3 | ||
selector: | ||
matchLabels: | ||
app: starlight-plugins-docs-components | ||
template: | ||
metadata: | ||
labels: | ||
app: starlight-plugins-docs-components | ||
spec: | ||
containers: | ||
- name: starlight-plugins-docs-components | ||
image: "trueberryless/starlight-plugins-docs-components:main-41289f3c6d0d25ece375668800bfc902c8511d4a" | ||
imagePullPolicy: Always |