mirror of
https://github.com/ryankazokas/turbovault-app.git
synced 2026-04-16 22:12:53 +00:00
Condenses Documentation
This commit is contained in:
@@ -302,5 +302,5 @@ kubectl delete namespace turbovault
|
||||
## Support
|
||||
|
||||
For issues or questions:
|
||||
- GitHub Issues: https://github.com/yourusername/turbovault/issues
|
||||
- Documentation: https://github.com/yourusername/turbovault
|
||||
- GitHub Issues: https://github.com/ryankazokas/turbovault-app/issues
|
||||
- Documentation: https://github.com/ryankazokas/turbovault-app
|
||||
|
||||
@@ -28,10 +28,10 @@ spec:
|
||||
- name: turbovault
|
||||
# UPDATE THIS: Replace with your registry path
|
||||
# Examples:
|
||||
# - GitHub Container Registry: ghcr.io/username/turbovault:latest
|
||||
# - GitHub Container Registry: ghcr.io/ryankazokas/turbovault-app:latest
|
||||
# - Docker Hub: docker.io/username/turbovault:latest
|
||||
# - Private registry: registry.example.com/turbovault:latest
|
||||
image: ghcr.io/username/turbovault:latest
|
||||
image: ghcr.io/ryankazokas/turbovault-app:latest
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 3000
|
||||
|
||||
@@ -20,7 +20,7 @@ spec:
|
||||
containers:
|
||||
- name: migrate
|
||||
# UPDATE THIS: Replace with your registry path (same as deployment.yaml)
|
||||
image: ghcr.io/username/turbovault:latest
|
||||
image: ghcr.io/ryankazokas/turbovault-app:latest
|
||||
command: ["bundle", "exec", "rails", "db:migrate"]
|
||||
env:
|
||||
# Load from ConfigMap
|
||||
|
||||
Reference in New Issue
Block a user