Skip to content

Commit b979bc1

Browse files
committed
added image showing status of both "apps"
added correct aliasing to actually use pvc Signed-off-by: David Söderlund <[email protected]>
1 parent ae3d1d9 commit b979bc1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/_posts/2023-04-20-the-joy-of-kubernetes-3---private-docker-registry-on-nfs-storage.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ version: 0.1.0
168168
appVersion: "1.0"
169169
dependencies:
170170
- name: docker-registry
171+
alias: images
171172
version: 2.2.2
172173
repository: https://helm.twun.io
173174
```
@@ -238,7 +239,7 @@ spec:
238239
- match: Host(`images.k3s.dsoderlund.consulting`)
239240
kind: Rule
240241
services:
241-
- name: docker-registry-helm
242+
- name: docker-registry-helm-images
242243
port: 5000
243244
tls:
244245
secretName: images-tls
@@ -248,8 +249,14 @@ k3s which I use comes bundled with [traefik](https://github.com/traefik/traefik)
248249
249250
The down side is that unlike ingress or a virtual service in istio, there is no pretty pictures getting drawn in Argo CD. But that is OK.
250251
252+
> docker-registry resources
253+
251254
![](../assets/2023-04-21-00-28-44.png)
252255
256+
> docker-registry-helm resources
257+
258+
![](../assets/2023-04-24-15-33-51.png)
259+
253260
## Summary
254261
255262
By painting with storage classes, we can make peristent volume claims vibrant and allow us to build applications that shine with persisted storage from near and far. One such application is our own private container registry.
63.3 KB
Loading

0 commit comments

Comments
 (0)