Skip to content

Commit

Permalink
Adding Manifests for v2.5.0 & updated Ingress Manifest (#3426)
Browse files Browse the repository at this point in the history
* Adding Manifests for v2.5.0

Signed-off-by: Jonsy13 <vedant.shrotria@chaosnative.com>

* Adding Manifests for v2.5.0

Signed-off-by: Jonsy13 <vedant.shrotria@chaosnative.com>

* Fixed images in v2.4.0

Signed-off-by: Jonsy13 <vedant.shrotria@chaosnative.com>
  • Loading branch information
Jonsy13 committed Jan 14, 2022
1 parent 1f76649 commit a1635f9
Show file tree
Hide file tree
Showing 5 changed files with 1,440 additions and 8 deletions.
14 changes: 9 additions & 5 deletions litmus-portal/ingress.yml
@@ -1,4 +1,4 @@
apiVersion: extensions/v1beta1
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
annotations:
Expand All @@ -10,12 +10,16 @@ spec:
- http:
paths:
- backend:
serviceName: litmusportal-frontend-service
servicePort: 9091
service:
name: litmusportal-frontend-service
port:
number: 9091
path: /(.*)
pathType: ImplementationSpecific
- backend:
serviceName: litmusportal-server-service
servicePort: 9002
service:
name: litmusportal-server-service
port:
number: 9002
path: /backend/(.*)
pathType: ImplementationSpecific
4 changes: 2 additions & 2 deletions litmus-portal/namespaced-k8s-template.yml
Expand Up @@ -560,8 +560,8 @@ spec:
fieldPath: metadata.namespace
- name: SELF_CLUSTER
value: "true"
# if self-signed certificate are used pass the k8s tls secret name created in portal ns, to allow agents to use tls for communication
- name: TLS_SECRET_NAME
# if self-signed certificate are used pass the base64 tls certificate, to allow agents to use tls for communication
- name: TLS_CERT_B64
value: ""
- name: PORTAL_SCOPE
value: "namespace"
Expand Down
2 changes: 1 addition & 1 deletion mkdocs/docs/2.4.0/litmus-2.4.0.yaml
Expand Up @@ -618,7 +618,7 @@ spec:
- containerPort: 8000
imagePullPolicy: Always
- name: auth-server
image: litmuschaos/litmusportal-auth-server:ci
image: litmuschaos/litmusportal-auth-server:2.4.0
envFrom:
- configMapRef:
name: litmus-portal-admin-config
Expand Down

0 comments on commit a1635f9

Please sign in to comment.