Skip to content

Commit

Permalink
Automated deployment: Mon Jul 15 11:37:52 UTC 2024 7b562a8
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonsy13 committed Jul 15, 2024
1 parent 1fa4afa commit f311b76
Show file tree
Hide file tree
Showing 7 changed files with 4,899 additions and 22 deletions.
14 changes: 7 additions & 7 deletions 3.9.0/litmus-getting-started.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -231,11 +231,11 @@ spec:
- name: CONTAINER_RUNTIME_EXECUTOR
value: "k8sapi"
- name: DEFAULT_HUB_BRANCH_NAME
value: "master"
value: "3.9.x"
- name: LITMUS_AUTH_GRPC_ENDPOINT
value: "litmusportal-auth-server-service"
- name: LITMUS_AUTH_GRPC_PORT
value: ":3030"
value: "3030"
- name: WORKFLOW_HELPER_IMAGE_VERSION
value: "3.9.0"
- name: REMOTE_HUB_MAX_SIZE
Expand All @@ -253,9 +253,9 @@ spec:
- name: CA_CERT_TLS_PATH
value: ""
- name: REST_PORT
value: 8080
value: "8080"
- name: GRPC_PORT
value: 8000
value: "8000"
ports:
- containerPort: 8080
- containerPort: 8000
Expand Down Expand Up @@ -345,7 +345,7 @@ spec:
- name: LITMUS_GQL_GRPC_ENDPOINT
value: "litmusportal-server-service"
- name: LITMUS_GQL_GRPC_PORT
value: ":8000"
value: "8000"
- name: ALLOWED_ORIGINS
value: ".*" #eg: ^(http://|https://|)litmuschaos.io(:[0-9]+|)?,^(http://|https://|)litmusportal-server-service(:[0-9]+|)?
- name: ENABLE_INTERNAL_TLS
Expand All @@ -357,9 +357,9 @@ spec:
- name: CA_CERT_TLS_PATH
value: ""
- name: REST_PORT
value: 3000
value: "3000"
- name: GRPC_PORT
value: 3030
value: "3030"
ports:
- containerPort: 3000
- containerPort: 3030
Expand Down
16 changes: 8 additions & 8 deletions 3.9.0/litmus-installation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -257,19 +257,19 @@ spec:
- name: CONTAINER_RUNTIME_EXECUTOR
value: "k8sapi"
- name: DEFAULT_HUB_BRANCH_NAME
value: "master"
value: "3.9.x"
- name: LITMUS_AUTH_GRPC_ENDPOINT
value: "litmusportal-auth-server-service"
- name: LITMUS_AUTH_GRPC_PORT
value: ":3030"
value: "3030"
- name: WORKFLOW_HELPER_IMAGE_VERSION
value: "3.9.0"
- name: REMOTE_HUB_MAX_SIZE
value: "5000000"
- name: INFRA_COMPATIBLE_VERSIONS
value: '["3.9.0"]'
- name: ALLOWED_ORIGINS
value: ".*" #eg: ^(http://|https://|)litmuschaos.io(:[0-9]+|)?,^(http://|https://|)litmusportal-server-service(:[0-9]+|)?
value: "^(http://|https://|)litmuschaos.io(:[0-9]+|)?,^(http://|https://|)litmusportal-server-service(:[0-9]+|)?"
- name: ENABLE_INTERNAL_TLS
value: "true"
- name: TLS_CERT_PATH
Expand All @@ -279,9 +279,9 @@ spec:
- name: CA_CERT_TLS_PATH
value: "/etc/tls/ca.crt"
- name: REST_PORT
value: 8081
value: "8081"
- name: GRPC_PORT
value: 8001
value: "8001"
ports:
- containerPort: 8081
- containerPort: 8001
Expand Down Expand Up @@ -378,7 +378,7 @@ spec:
- name: LITMUS_GQL_GRPC_ENDPOINT
value: "litmusportal-server-service"
- name: LITMUS_GQL_GRPC_PORT
value: ":8000"
value: "8000"
- name: ALLOWED_ORIGINS
value: "^(http://|https://|)litmuschaos.io(:[0-9]+|)?,^(http://|https://|)litmusportal-server-service(:[0-9]+|)?" #ip needs to added here
- name: ENABLE_INTERNAL_TLS
Expand All @@ -390,9 +390,9 @@ spec:
- name: CA_CERT_TLS_PATH
value: "/etc/tls/ca.crt"
- name: REST_PORT
value: 3001
value: "3001"
- name: GRPC_PORT
value: 3031
value: "3031"
ports:
- containerPort: 3001
- containerPort: 3031
Expand Down
14 changes: 7 additions & 7 deletions 3.9.0/litmus-without-resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -248,11 +248,11 @@ spec:
- name: CONTAINER_RUNTIME_EXECUTOR
value: "k8sapi"
- name: DEFAULT_HUB_BRANCH_NAME
value: "master"
value: "3.9.x"
- name: LITMUS_AUTH_GRPC_ENDPOINT
value: "litmusportal-auth-server-service"
- name: LITMUS_AUTH_GRPC_PORT
value: ":3030"
value: "3030"
- name: WORKFLOW_HELPER_IMAGE_VERSION
value: "3.9.0"
- name: REMOTE_HUB_MAX_SIZE
Expand All @@ -270,9 +270,9 @@ spec:
- name: CA_CERT_TLS_PATH
value: "/etc/tls/ca.crt"
- name: REST_PORT
value: 8081
value: "8081"
- name: GRPC_PORT
value: 8001
value: "8001"
ports:
- containerPort: 8081
- containerPort: 8001
Expand Down Expand Up @@ -360,7 +360,7 @@ spec:
- name: LITMUS_GQL_GRPC_ENDPOINT
value: "litmusportal-server-service"
- name: LITMUS_GQL_GRPC_PORT
value: ":8000"
value: "8000"
- name: ALLOWED_ORIGINS
value: "^(http://|https://|)litmuschaos.io(:[0-9]+|)?,^(http://|https://|)litmusportal-server-service(:[0-9]+|)?" #ip needs to added here
- name: ENABLE_INTERNAL_TLS
Expand All @@ -372,9 +372,9 @@ spec:
- name: CA_CERT_TLS_PATH
value: "/etc/tls/ca.crt"
- name: REST_PORT
value: 3001
value: "3001"
- name: GRPC_PORT
value: 3031
value: "3031"
ports:
- containerPort: 3001
- containerPort: 3031
Expand Down
Loading

0 comments on commit f311b76

Please sign in to comment.