part2 is done (with volumes and a different index for each service)

This commit is contained in:
2025-02-27 07:47:22 -05:00
parent cc358ecf93
commit 8671147c79
6 changed files with 160 additions and 5 deletions

11
p2/confs/indexes.yaml Normal file
View File

@ -0,0 +1,11 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: indexes
data:
app1: |
<h1>App1</h1>
app2: |
<h1>App2</h1>
app3: |
<h1>App3</h1>