diff options
Diffstat (limited to 'k8s')
| -rw-r--r-- | k8s/daemon/README.md | 3 | ||||
| -rw-r--r-- | k8s/daemon/deployment.yaml | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/k8s/daemon/README.md b/k8s/daemon/README.md index 79c8f96..1459b53 100644 --- a/k8s/daemon/README.md +++ b/k8s/daemon/README.md @@ -22,6 +22,9 @@ docker build -f k8s/daemon/Dockerfile -t ghcr.io/soryu-co/makima-daemon:latest . docker push ghcr.io/soryu-co/makima-daemon:latest ``` +> **Note:** The daemon image is also published as `ghcr.io/soryu-co/makima:latest`. +> Both images are byte-identical; the shorter name is provided as a convenience. + ### 2. Configure secrets Edit `secret.yaml` with your actual credentials, or create the secret directly: diff --git a/k8s/daemon/deployment.yaml b/k8s/daemon/deployment.yaml index b0f5fb3..f68fb6a 100644 --- a/k8s/daemon/deployment.yaml +++ b/k8s/daemon/deployment.yaml @@ -23,6 +23,7 @@ spec: terminationGracePeriodSeconds: 30 containers: - name: makima-daemon + # Also available as ghcr.io/soryu-co/makima:latest image: ghcr.io/soryu-co/makima-daemon:latest imagePullPolicy: Always resources: |
