Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding devops changes for Adminconsole v0.2 #257

Open
wants to merge 1 commit into
base: health-demo-kubernetes-1.27
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,8 @@ env: |
value: "eGov@123"
- name: NOT_CREATE_USER_IF_ALREADY_THERE
value: "true"
- name: MAP_USER_VIA_COMMON_PARENT
value: "true"
- name: CACHE_ENABLED
value: "true"
- name: RESET_CACHE
Expand All @@ -261,3 +263,31 @@ env: |
value: "6379"
- name: REDIS_HOST
value: "redis.backbone"
- name: ENABLE_DYNAMIC_TEMPLATE_FOR
value: "MR-DN"
- name: IS_CALL_GENERATE_WHEN_DELIVERY_CONDITIONS_DIFFER
value: "true"
- name: EXCLUDE_HIERARCHY_TYPE_FROM_BOUNDARY_CODES
value: "true"
- name: EXCLUDE_BOUNDARY_NAME_AT_LAST_FROM_BOUNDARY_CODES
value: "true"

apiVersion: autoscaling/v2beta2
kind: HorizontalPodAutoscaler
metadata:
name: project-factory-hpa
namespace: "health"
spec:
scaleTargetRef:
apiVersion: apps/v1
kind: Deployment
name: project-factory
minReplicas: 1
maxReplicas: 5
metrics:
- type: Resource
resource:
name: cpu
target:
type: Utilization
averageUtilization: 80