Skip to content
Snippets Groups Projects
Commit 0b6e614f authored by Hamza Remmal's avatar Hamza Remmal
Browse files

Group all the components of the cluster in the k8s/components folder

parent 570141d4
No related branches found
No related tags found
1 merge request!122Group all the components of the cluster in the k8s/components folder
Showing
with 4 additions and 4 deletions
File moved
File moved
File moved
...@@ -2,8 +2,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1 ...@@ -2,8 +2,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization kind: Kustomization
resources: resources:
- ../../spring-app - ../../components/spring-app
- ../../moodle - ../../components/moodle
- persistent-volumes.yaml - persistent-volumes.yaml
# HR : Configure the right images to use in the ci # HR : Configure the right images to use in the ci
......
...@@ -2,7 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1 ...@@ -2,7 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization kind: Kustomization
namespace: logging namespace: logging
resources: resources:
- ../../../logging - ../../../components/logging
patches: patches:
# Patch openobserve StatefulSet's volumeClaimTemplates to use class nfs-client and size 10Gi # Patch openobserve StatefulSet's volumeClaimTemplates to use class nfs-client and size 10Gi
- target: - target:
......
...@@ -6,7 +6,7 @@ namespace: prod ...@@ -6,7 +6,7 @@ namespace: prod
resources: resources:
- ingress.yaml - ingress.yaml
# HR : Only deploy the autograde service to the production # HR : Only deploy the autograde service to the production
- ../../../spring-app - ../../../components/spring-app
# HR : Configure the right images to use in production # HR : Configure the right images to use in production
images: images:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment