Jojoooo1 commented on issue #152:
URL:
https://github.com/apache/incubator-devlake-helm-chart/issues/152#issuecomment-1628963570
I am using the following ArgoCD Application:
```yaml
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: devlake
namespace: argocd
spec:
project: default
syncPolicy:
syncOptions:
- ApplyOutOfSyncOnly=true
- PrunePropagationPolicy=background
- CreateNamespace=true
source:
chart: devlake
repoURL: https://apache.github.io/incubator-devlake-helm-chart
targetRevision: 0.17.0-beta13
helm:
values: |
mysql:
storage:
class: standard-rwo
size: 10Gi
resources:
requests:
memory: 256Mi
cpu: 100m
limits:
memory: 256Mi
cpu: 100m
grafana:
resources:
requests:
memory: 192i
cpu: 100m
limits:
memory: 192i
cpu: 100m
lake:
storage:
class: standard-rwo
resources:
requests:
memory: 192i
cpu: 100m
limits:
memory: 192i
cpu: 100m
ui:
resources:
requests:
memory: 192i
cpu: 100m
limits:
memory: 192i
cpu: 100m
destination:
server: "https://kubernetes.default.svc"
namespace: devlake
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]