ci: change config to run in k3d
This commit is contained in:
parent
28d77db3b1
commit
03e03c28fa
3 changed files with 4 additions and 4 deletions
|
|
@ -17,7 +17,7 @@ spec:
|
|||
values:
|
||||
persistence:
|
||||
enabled: true
|
||||
storageClass: longhorn
|
||||
storageClass: local-path
|
||||
size: 5Gi
|
||||
ingress:
|
||||
enabled: true
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
|||
kind: Kustomization
|
||||
resources:
|
||||
- monitoring/
|
||||
- longhorn/
|
||||
# - longhorn/
|
||||
- gitea/
|
||||
# - gitea-runner/
|
||||
# - sonarqube/
|
||||
- cnpg
|
||||
# - cnpg
|
||||
|
|
|
|||
|
|
@ -19,5 +19,5 @@ spec:
|
|||
values:
|
||||
persistence:
|
||||
enabled: true
|
||||
storageClass: longhorn
|
||||
storageClass: local-path
|
||||
size: 5Gi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue