You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace `<release-name>` with your desired release name (e.g., `cache-server`). This will deploy the cache server with all default values.
45
+
46
+
2. Verify the deployment:
47
+
48
+
```bash
49
+
kubectl get deployments
50
+
kubectl get svc
51
+
```
52
+
53
+
Ensure the deployment `<release-name>-github-actions-cache-server` is running and the service is accessible.
54
+
55
+
#### Customizing the Deployment
56
+
57
+
To customize the deployment, you can override the default values by creating a `values.yaml` file.
58
+
59
+
For all possible configuration options, refer to the [values.yaml file](https://github.com/falcondev-oss/github-actions-cache-server/blob/master/install/kubernetes/github-actions-cache-server/values.yaml).
60
+
61
+
For more details on customizing Helm charts, see the [Customizing the Chart Before Installing](https://helm.sh/docs/intro/using_helm/#customizing-the-chart-before-installing).
0 commit comments